FKBaffour commited on
Commit
d566acc
1 Parent(s): b0730a2

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=[["Vaccination helps the immune system"]],
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=[["Vaccination helps the immune system"]],
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