Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def create_interface():
|
|
38 |
fn=display_news,
|
39 |
inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
|
40 |
outputs=gr.HTML(label="Top Headlines"),
|
41 |
-
title="
|
42 |
description="Select a news source from the dropdown to view its latest headlines with clickable links."
|
43 |
)
|
44 |
return interface
|
|
|
38 |
fn=display_news,
|
39 |
inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
|
40 |
outputs=gr.HTML(label="Top Headlines"),
|
41 |
+
title="Lates News from Peer Sites Updated Real Time",
|
42 |
description="Select a news source from the dropdown to view its latest headlines with clickable links."
|
43 |
)
|
44 |
return interface
|