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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():