8shanrahan commited on
Commit
adcb8d8
·
verified ·
1 Parent(s): 1529e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def process_rss(rss_input):
27
 
28
 
29
  default_rss = """https://rss.nytimes.com/services/xml/rss/nyt/Technology.xml
30
- https://www.reutersagency.com/feed/?best-sectors=technology"""
31
 
32
  iface = gr.Interface(
33
  fn=process_rss,
 
27
 
28
 
29
  default_rss = """https://rss.nytimes.com/services/xml/rss/nyt/Technology.xml
30
+ https://feeds.arstechnica.com/arstechnica/technology-lab"""
31
 
32
  iface = gr.Interface(
33
  fn=process_rss,