Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,7 @@ news_sources = {
|
|
17 |
"The Federal Andhra ": "https://andhrapradesh.thefederal.com/feeds.xml",
|
18 |
"The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
|
19 |
"The Federal Desh ": "https://desh.thefederal.com/feeds.xml",
|
20 |
-
"NDTV": "https://feeds.feedburner.com/NDTV-LatestNews"
|
21 |
-
|
22 |
}
|
23 |
|
24 |
# Function to fetch and parse RSS feeds
|
|
|
17 |
"The Federal Andhra ": "https://andhrapradesh.thefederal.com/feeds.xml",
|
18 |
"The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
|
19 |
"The Federal Desh ": "https://desh.thefederal.com/feeds.xml",
|
20 |
+
"NDTV": "https://feeds.feedburner.com/NDTV-LatestNews"
|
|
|
21 |
}
|
22 |
|
23 |
# Function to fetch and parse RSS feeds
|