Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def get_latest_news() -> Dict[str, List[Dict]]:
|
|
| 25 |
"""
|
| 26 |
Tool returns latest news from major news outlets using reliable RSS feeds.
|
| 27 |
Returns:
|
| 28 |
-
A summary of all titles compiled in a single concise text of maximum five sentences.
|
| 29 |
# Dict[str, List[Dict]]: A dictionary where keys are news sources and values are lists of news items.
|
| 30 |
"""
|
| 31 |
rss_feeds = {
|
|
|
|
| 25 |
"""
|
| 26 |
Tool returns latest news from major news outlets using reliable RSS feeds.
|
| 27 |
Returns:
|
| 28 |
+
A summary of all titles compiled in a single concise text of maximum five sentences.Please do not provide the titles, just a five sentence summary of your making encompassing all titles.
|
| 29 |
# Dict[str, List[Dict]]: A dictionary where keys are news sources and values are lists of news items.
|
| 30 |
"""
|
| 31 |
rss_feeds = {
|