KojoKesse commited on
Commit
ef6da93
·
1 Parent(s): 573fefe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ demo = gr.Interface(
41
  fn=sentiment_analysis,
42
  inputs=gr.Textbox(placeholder="Write how you feel about Covid here..."),
43
  outputs="text",
44
- examples=[["What's up with the Vaccine"]]
45
  title = "Tutorial: Sentiment Analysis App"
46
  description = "This App assess if a sentiment about Covid is positive or negative")
47
 
 
41
  fn=sentiment_analysis,
42
  inputs=gr.Textbox(placeholder="Write how you feel about Covid here..."),
43
  outputs="text",
44
+ examples=[["Whats up with the Vaccine"]]
45
  title = "Tutorial: Sentiment Analysis App"
46
  description = "This App assess if a sentiment about Covid is positive or negative")
47