Spaces:
Runtime error
Runtime error
Commit
·
8c1a379
1
Parent(s):
e68deab
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ suggestion_demo = gr.Interface(
|
|
56 |
fn=article_selection,
|
57 |
title = 'Recommending News Articles',
|
58 |
inputs = gr.Dropdown(["Positive","Negative","Neutral"], label="What type of news articles would you like recommended?"),
|
59 |
-
outputs = [gr.Textbox(label="Recommended News Articles"),gr.Textbox(),gr.Textbox()]
|
60 |
description = description1
|
61 |
)
|
62 |
|
|
|
56 |
fn=article_selection,
|
57 |
title = 'Recommending News Articles',
|
58 |
inputs = gr.Dropdown(["Positive","Negative","Neutral"], label="What type of news articles would you like recommended?"),
|
59 |
+
outputs = [gr.Textbox(label="Recommended News Articles"),gr.Textbox(),gr.Textbox()],
|
60 |
description = description1
|
61 |
)
|
62 |
|