torileatherman commited on
Commit
b233ca6
·
1 Parent(s): d367030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def article_selection(sentiment):
10
 
11
  demo = gr.Interface(
12
  fn=article_selection,
13
- inputs = gr.inputs.Dropdown(["Positive","Negative","Neutral"])
14
  outputs = [gr.outputs.Textbox(label="Sentiment Prediction")],
15
  )
16
 
 
10
 
11
  demo = gr.Interface(
12
  fn=article_selection,
13
+ inputs = gr.inputs.Dropdown(["Positive","Negative","Neutral"]),
14
  outputs = [gr.outputs.Textbox(label="Sentiment Prediction")],
15
  )
16