Akshayram1 commited on
Commit
7ec01ed
1 Parent(s): a35e0dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def get_recommendation(sentiment_scores):
145
  else:
146
  return f"Neutral sentiment (Score: {avg_sentiment:.2f}). The recent news doesn't show a strong bias. Consider holding if you own the stock, or watch for more definitive trends before making a decision."
147
 
148
- st.header("Stock News Sentiment Analyzer (FinBERT)")
149
 
150
  ticker = st.text_input('Enter Stock Ticker', '').upper()
151
 
 
145
  else:
146
  return f"Neutral sentiment (Score: {avg_sentiment:.2f}). The recent news doesn't show a strong bias. Consider holding if you own the stock, or watch for more definitive trends before making a decision."
147
 
148
+ st.header("Stock News Sentiment Analyzer (ProsusAI FinBERT)")
149
 
150
  ticker = st.text_input('Enter Stock Ticker', '').upper()
151