Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import gradio as gr
|
|
4 |
|
5 |
# Define the RSS feed URLs
|
6 |
news_sources = {
|
7 |
-
"ABP News": "https://www.abplive.com/home/feed",
|
8 |
"SM+": "https://fetchrss.com/rss/67bca52dda01b8237d0cd46367bca4e995760c5c55080de2.rss",
|
|
|
9 |
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
10 |
"Deccan Chronicle": "https://www.deccanchronicle.com/google_feeds.xml",
|
11 |
"Gujarati- Gujarat Samachar": "https://www.gujaratsamachar.com/rss/top-stories",
|
|
|
4 |
|
5 |
# Define the RSS feed URLs
|
6 |
news_sources = {
|
|
|
7 |
"SM+": "https://fetchrss.com/rss/67bca52dda01b8237d0cd46367bca4e995760c5c55080de2.rss",
|
8 |
+
"ABP News": "https://www.abplive.com/home/feed",
|
9 |
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
10 |
"Deccan Chronicle": "https://www.deccanchronicle.com/google_feeds.xml",
|
11 |
"Gujarati- Gujarat Samachar": "https://www.gujaratsamachar.com/rss/top-stories",
|