Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,12 +205,8 @@ 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 |
-
|
| 210 |
-
1. Upload .tsv or .csv data file (must contain a text column with social media posts).\n
|
| 211 |
-
2. Next, type the name of the text column.\n
|
| 212 |
-
3. Then, choose a BERT classifier model from the drop down.\n
|
| 213 |
-
4. Finally, click the 'start prediction' buttton.\n
|
| 214 |
""")
|
| 215 |
with gr.Group():
|
| 216 |
with gr.Row(equal_height=True):
|
|
|
|
| 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():
|
| 212 |
with gr.Row(equal_height=True):
|