jayebaku commited on
Commit
09c3b86
·
verified ·
1 Parent(s): 9101813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
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.\n
209
- Usage:\n
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):