Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
news-rss-aggregator
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Jan 25, 2024
Commit
2ee2a2c
·
verified
·
1 Parent(s):
7ecb184
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ import json
8
9
10
def read_rss():
11
-
f = open('
feeds
.json')
12
data = json.load(f)
13
return data
14
8
9
10
def read_rss():
11
+
f = open('
feeds_sorted
.json')
12
data = json.load(f)
13
return data
14