Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import gradio as gr
|
|
5 |
# Define the RSS feed URLs
|
6 |
news_sources = {
|
7 |
"ABP News": "https://www.abplive.com/home/feed",
|
|
|
8 |
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
9 |
"Deccan Chronicle": "https://www.deccanchronicle.com/google_feeds.xml",
|
10 |
"Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
|
|
|
5 |
# Define the RSS feed URLs
|
6 |
news_sources = {
|
7 |
"ABP News": "https://www.abplive.com/home/feed",
|
8 |
+
"BBC India": "https://feeds.bbci.co.uk/news/world/asia/india/rss.xml",
|
9 |
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
10 |
"Deccan Chronicle": "https://www.deccanchronicle.com/google_feeds.xml",
|
11 |
"Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
|