torileatherman commited on
Commit
1ad7e43
·
1 Parent(s): 3c22553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -31,9 +31,8 @@ description = '''
31
  demo = gr.Interface(
32
  fn=article_selection,
33
  inputs = gr.Dropdown(["Positive","Negative","Neutral"], label="What type of news articles would you like recommended?"),
34
- outputs = gr.Textbox(label="Recommended News Articles")
35
- description = description
36
- )
37
 
38
 
39
  #TODO
 
31
  demo = gr.Interface(
32
  fn=article_selection,
33
  inputs = gr.Dropdown(["Positive","Negative","Neutral"], label="What type of news articles would you like recommended?"),
34
+ outputs = gr.Textbox(label="Recommended News Articles"),
35
+ description = description)
 
36
 
37
 
38
  #TODO