dindizz commited on
Commit
081441c
·
verified ·
1 Parent(s): 0a78800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",