Learto commited on
Commit
e50b966
·
1 Parent(s): c9da226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def get_advice(sentiment_label, stocks_mentioned):
24
  else:
25
  advice = "Neutral sentiment. The market may not be strongly influenced. Monitor for changes."
26
 
27
- # return advice
28
- return sentiment_label
29
 
30
  def predict_sentiment_and_stock_info(headline):
31
  # Sentiment Analysis
 
24
  else:
25
  advice = "Neutral sentiment. The market may not be strongly influenced. Monitor for changes."
26
 
27
+ return sentiment_label
28
+ # return advice
29
 
30
  def predict_sentiment_and_stock_info(headline):
31
  # Sentiment Analysis