Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks(fill_width=True) as demo:
|
|
205 |
gr.Markdown(
|
206 |
"""
|
207 |
# T4.5 Relevance Classifier Demo
|
208 |
-
This is a demo created to explore floods and wildfire classification in social media posts
|
209 |
Upload .tsv or .csv data file (must contain a text column with social media posts), next enter the name of the text column, choose classifier model, and click 'start prediction'.
|
210 |
""")
|
211 |
with gr.Group():
|
|
|
205 |
gr.Markdown(
|
206 |
"""
|
207 |
# T4.5 Relevance Classifier Demo
|
208 |
+
This is a demo created to explore floods and wildfire classification in social media posts.\n
|
209 |
Upload .tsv or .csv data file (must contain a text column with social media posts), next enter the name of the text column, choose classifier model, and click 'start prediction'.
|
210 |
""")
|
211 |
with gr.Group():
|