8shanrahan commited on
Commit
1529e20
·
verified ·
1 Parent(s): 288828b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ https://www.reutersagency.com/feed/?best-sectors=technology"""
32
  iface = gr.Interface(
33
  fn=process_rss,
34
  inputs=gr.Textbox(label="Enter RSS URLs (one per line)", value=default_rss, lines=4),
35
- outputs=gr.Textbox(label="📊 GenAI RSS Digest (debug)", lines=30),
36
  title="GenAI RSS Summarizer",
37
  description="Summarizes articles and detects what’s useful to analytics teams"
38
  )
 
32
  iface = gr.Interface(
33
  fn=process_rss,
34
  inputs=gr.Textbox(label="Enter RSS URLs (one per line)", value=default_rss, lines=4),
35
+ outputs=gr.HTML(label="📊 GenAI RSS Digest"),
36
  title="GenAI RSS Summarizer",
37
  description="Summarizes articles and detects what’s useful to analytics teams"
38
  )