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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
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 vaccinations is positive, neutral, or negative.", )
47
 
48
  demo.launch()
49
 
 
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