torileatherman commited on
Commit
d11c57f
·
1 Parent(s): ce4abb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ manual_label_demo = gr.Interface(
47
  [
48
  gr.Textbox(label = "Paste in URL of news article here."),
49
  gr.Dropdown(["Positive","Negative","Neutral"], label="Select the sentiment of the news article.")
50
- ]
51
  outputs = gr.Textbox()
52
  )
53
 
 
47
  [
48
  gr.Textbox(label = "Paste in URL of news article here."),
49
  gr.Dropdown(["Positive","Negative","Neutral"], label="Select the sentiment of the news article.")
50
+ ],
51
  outputs = gr.Textbox()
52
  )
53