Khushter-Kaifi
commited on
Commit
Β·
4751128
1
Parent(s):
e1026d5
Update App
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ 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:")
|
|
|
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:")
|