Khushter-Kaifi
commited on
Commit
Β·
255c7dc
1
Parent(s):
4751128
Updtaed App
Browse files
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
|
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:")
|