Spaces:
Runtime error
Runtime error
Commit
·
d11c57f
1
Parent(s):
ce4abb2
Update app.py
Browse files
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 |
|