Spaces:
Running
Running
Adjusted markdown text
Browse files
app.py
CHANGED
@@ -59,9 +59,10 @@ def clear_inputs_and_outputs():
|
|
59 |
with gr.Blocks() as demo:
|
60 |
gr.Markdown(
|
61 |
"""
|
62 |
-
|
63 |
-
This space
|
64 |
-
|
|
|
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():
|