FKBaffour commited on
Commit
3c9fd33
1 Parent(s): c5cbc27

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
  inputs=gr.Textbox(placeholder="Copy and paste/Write a tweet here..."),
42
  outputs="label",
43
  interpretation="default",
44
- examples=[["What's up with the vaccine"]],
45
  title="Sentiment Analysis on Vaccinations",
46
  description="This Application assesses if a social media post relating to vaccination is positive, neutral, or negative.", )
47
 
 
41
  inputs=gr.Textbox(placeholder="Copy and paste/Write a tweet here..."),
42
  outputs="label",
43
  interpretation="default",
44
+ examples=["What's up with the vaccine"],
45
  title="Sentiment Analysis on Vaccinations",
46
  description="This Application assesses if a social media post relating to vaccination is positive, neutral, or negative.", )
47