Spaces:
Runtime error
Runtime error
Tomás F
commited on
Commit
·
397baf7
1
Parent(s):
ae1f735
Fix markdown formatting
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ for article, sentiment in filter_with_sentiment(classified_articles, target_sent
|
|
94 |
f'''
|
95 |
#### {article.title}
|
96 |
Published on {strftime('%H:%M %d/%m/%Y', article.published_parsed)}
|
|
|
97 |
**Sentiment:** {sentiment.get('label').capitalize()}
|
98 |
'''
|
99 |
)
|
|
|
94 |
f'''
|
95 |
#### {article.title}
|
96 |
Published on {strftime('%H:%M %d/%m/%Y', article.published_parsed)}
|
97 |
+
|
98 |
**Sentiment:** {sentiment.get('label').capitalize()}
|
99 |
'''
|
100 |
)
|