Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def create_interface():
|
|
| 46 |
fn=display_news,
|
| 47 |
inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
|
| 48 |
outputs=gr.HTML(label="Top Headlines"),
|
| 49 |
-
title="
|
| 50 |
description="Select a news source from the dropdown to view its latest headlines with clickable links."
|
| 51 |
)
|
| 52 |
return interface
|
|
|
|
| 46 |
fn=display_news,
|
| 47 |
inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
|
| 48 |
outputs=gr.HTML(label="Top Headlines"),
|
| 49 |
+
title="Latest LIVE News from Peer Sites",
|
| 50 |
description="Select a news source from the dropdown to view its latest headlines with clickable links."
|
| 51 |
)
|
| 52 |
return interface
|