Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,8 @@ news_sources = {
|
|
11 |
"Indian Express": "https://indianexpress.com/print/front-page/feed/",
|
12 |
"Money Control": "https://www.moneycontrol.com/rss/latestnews.xml",
|
13 |
"Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
|
14 |
-
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss"
|
|
|
15 |
}
|
16 |
|
17 |
# Function to fetch and parse RSS feeds
|
|
|
11 |
"Indian Express": "https://indianexpress.com/print/front-page/feed/",
|
12 |
"Money Control": "https://www.moneycontrol.com/rss/latestnews.xml",
|
13 |
"Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
|
14 |
+
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
15 |
+
"The Federal": "https://thefederal.com/feeds.xml",
|
16 |
}
|
17 |
|
18 |
# Function to fetch and parse RSS feeds
|