baglada commited on
Commit
cd20b98
1 Parent(s): 2f1cffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,5 +39,5 @@ outputs = gr.outputs.Chatbox(label="Sentiment", lines=1)
39
 
40
  # Run the interface
41
  interface = gr.Interface(predict_sentiment, inputs, outputs, title="Sentiment Analysis",
42
- on_output=update_history)
43
  interface.launch()
 
39
 
40
  # Run the interface
41
  interface = gr.Interface(predict_sentiment, inputs, outputs, title="Sentiment Analysis",
42
+ on_output=update_history)
43
  interface.launch()