torileatherman commited on
Commit
5673b9a
·
1 Parent(s): f7c6bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(
34
  fn=article_selection,
35
  title = 'Extractive News Summarizer BART',
36
  inputs = gr.Dropdown(["Positive","Negative","Neutral"], label="What type of news articles would you like recommended?"),
37
- outputs = gr.Textbox(label="Recommended News Articles"),
38
  description = description,
39
  examples=predictions_df_urls)
40
 
 
34
  fn=article_selection,
35
  title = 'Extractive News Summarizer BART',
36
  inputs = gr.Dropdown(["Positive","Negative","Neutral"], label="What type of news articles would you like recommended?"),
37
+ outputs = gr.Textbox(label="Recommended News Articles", lines=3),
38
  description = description,
39
  examples=predictions_df_urls)
40