FKBaffour commited on
Commit
c5cbc27
1 Parent(s): 6541a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ demo = gr.Interface(
42
  outputs="label",
43
  interpretation="default",
44
  examples=[["What's up with the vaccine"]],
45
- title="Sentiment Analysis App",
46
- description="This Application assesses if a twitter post relating to vaccination is positive, neutral, or negative.", )
47
 
48
  demo.launch()
49
 
 
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
 
48
  demo.launch()
49