KojoKesse commited on
Commit
f70e424
1 Parent(s): ef6da93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ demo = gr.Interface(
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
 
48
  demo.launch()
 
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
 
48
  demo.launch()