jarif commited on
Commit
cc84955
1 Parent(s): 8700bd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  inputs="text",
44
  outputs="text",
45
  title="Disaster Tweet Prediction",
46
- description="Enter a tweet and get prediction whether it's a disaster or not (Disaster, Non-Disaster, or Uncertain)."
47
  )
48
 
49
  # Launch the Gradio interface
 
43
  inputs="text",
44
  outputs="text",
45
  title="Disaster Tweet Prediction",
46
+ description="Enter a tweet and get prediction whether it's a (Disaster, Non-Disaster, or Uncertain)."
47
  )
48
 
49
  # Launch the Gradio interface