Spaces:
Runtime error
Runtime error
Commit
·
fa57fe8
1
Parent(s):
233b184
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ else:
|
|
28 |
# Get content
|
29 |
news_headline = most_positive_article["title"]
|
30 |
news_source = most_positive_article["source_id"]
|
31 |
-
news_description = most_positive_article["
|
32 |
news_article = most_positive_article["content"]
|
33 |
|
34 |
# Create UI
|
|
|
28 |
# Get content
|
29 |
news_headline = most_positive_article["title"]
|
30 |
news_source = most_positive_article["source_id"]
|
31 |
+
news_description = most_positive_article["description"]
|
32 |
news_article = most_positive_article["content"]
|
33 |
|
34 |
# Create UI
|