Update app.py
Browse files
app.py
CHANGED
@@ -412,7 +412,7 @@ if st.button("Fetch Sentiment Data"):
|
|
412 |
for article in web_results["sources"][:5]
|
413 |
]
|
414 |
|
415 |
-
comparative_sentiment = generate_comparative_sentiment(sentiment_output
|
416 |
|
417 |
positive_summary, negative_summary, neutral_summary = get_summaries_by_sentiment(
|
418 |
sentiment_output
|
|
|
412 |
for article in web_results["sources"][:5]
|
413 |
]
|
414 |
|
415 |
+
comparative_sentiment = generate_comparative_sentiment(sentiment_output)
|
416 |
|
417 |
positive_summary, negative_summary, neutral_summary = get_summaries_by_sentiment(
|
418 |
sentiment_output
|