dindizz commited on
Commit
2638d51
·
verified ·
1 Parent(s): e5f068b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
4
 
5
  # Define the RSS feed URLs
6
  news_sources = {
 
7
  "Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
8
  "Deccan Chronicle": "https://www.deccanchronicle.com/google_feeds.xml",
9
  "Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
 
4
 
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",