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