MarieGotthardt commited on
Commit
a2607da
·
1 Parent(s): 6e19028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ most_positive_df = most_positive_fg.read()
16
  most_positive_article = most_positive_df.iloc[-1] # get most recent most positive article (in case today's failed)
17
 
18
  # Get images
19
- dataset_api.download("Resources/images/general_sentiment_history.png")
20
- dataset_api.download("Resources/images/demo_sentiment_history.png")
21
 
22
  if most_positive_article['pubdate'] == today: # show image generated for today's article
23
  dataset_api.download("Resources/images/news_image.png")
 
16
  most_positive_article = most_positive_df.iloc[-1] # get most recent most positive article (in case today's failed)
17
 
18
  # Get images
19
+ dataset_api.download("Resources/images/average_sentiment_timeline.png")
20
+ dataset_api.download("Resources/images/most_positive_timeline.png")
21
 
22
  if most_positive_article['pubdate'] == today: # show image generated for today's article
23
  dataset_api.download("Resources/images/news_image.png")