Khushter-Kaifi commited on
Commit
255c7dc
Β·
1 Parent(s): 4751128

Updtaed App

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ from transformers import pipeline
14
  sentiment_pipeline = pipeline("sentiment-analysis")
15
 
16
  # Sets the title of the Streamlit web application
17
- st.title("Financial Sentiment Analysis Using HuggingFace 😊 \n Team Name:- Free Thinkers")
18
- st.title("Local Push")
19
 
20
  # Displays a text input box where the user can enter a sentence for sentiment analysis.
21
  st.write("Enter a Sentence to Analyze the Sentiment:")
 
14
  sentiment_pipeline = pipeline("sentiment-analysis")
15
 
16
  # Sets the title of the Streamlit web application
17
+ st.title("Financial Sentiment Analysis Using HuggingFace πŸ˜€ \n Team Name:- Free Thinkers")
 
18
 
19
  # Displays a text input box where the user can enter a sentence for sentiment analysis.
20
  st.write("Enter a Sentence to Analyze the Sentiment:")