Queensly commited on
Commit
89e8e34
1 Parent(s): 6a644c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def sentiment_analysis(text):
37
 
38
 
39
  #App interface with gradio
40
- app = gr.Interface(fn = sentiment_analysis,
41
  inputs = gr.Textbox("Write your text or tweet here..."),
42
  outputs = "label",
43
  title = "Sentiment Analysis of Tweets on COVID-19 Vaccines",
 
37
 
38
 
39
  #App interface with gradio
40
+ demo = gr.Interface(fn = sentiment_analysis,
41
  inputs = gr.Textbox("Write your text or tweet here..."),
42
  outputs = "label",
43
  title = "Sentiment Analysis of Tweets on COVID-19 Vaccines",