fbadine commited on
Commit
3a6d513
·
1 Parent(s): d2763bd

Adjusted markdown text

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -59,9 +59,10 @@ def clear_inputs_and_outputs():
59
  with gr.Blocks() as demo:
60
  gr.Markdown(
61
  """
62
- # Multi-language Text Classifier using Gemini Pro \
63
- This space demos SMS and text in general classification using Gemini Pro<br> \
64
- For the categories, enter a list of words separated by commas<br><br>
 
65
  """
66
  )
67
  with gr.Row():
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown(
61
  """
62
+ <h1 align="center">Multi-language Text Classifier using Gemini Pro</h1> \
63
+ This space uses Gemini Pro in order to classify texts.<br> \
64
+ Depending on the list of categories that you specify, you can have text classifier, a SPAM detector, a sentiment classifier, ... <br><br> \
65
+ <b>For the categories, enter a list of words separated by commas</b><br><br>
66
  """
67
  )
68
  with gr.Row():