Spaces:
Runtime error
Runtime error
Commit
·
d367030
1
Parent(s):
c859de7
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def article_selection(sentiment):
|
|
| 11 |
demo = gr.Interface(
|
| 12 |
fn=article_selection,
|
| 13 |
inputs = gr.inputs.Dropdown(["Positive","Negative","Neutral"])
|
| 14 |
-
|
| 15 |
)
|
| 16 |
|
| 17 |
|
|
|
|
| 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 |
|
| 17 |
|