Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
)
|