Khushter-Kaifi
commited on
Commit
·
49088ae
1
Parent(s):
b937196
Updated App.py file
Browse files
app.py
CHANGED
@@ -15,7 +15,8 @@ from transformers import pipeline
|
|
15 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
16 |
|
17 |
# Sets the title of the Streamlit web application
|
18 |
-
st.title("Financial Sentiment Analysis Using HuggingFace
|
|
|
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:")
|
|
|
15 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
16 |
|
17 |
# Sets the title of the Streamlit web application
|
18 |
+
st.title("Financial Sentiment Analysis Using HuggingFace 😎 \n Team Name:- Free Thinkers")
|
19 |
+
st.title ("Local Push")
|
20 |
|
21 |
# Displays a text input box where the user can enter a sentence for sentiment analysis.
|
22 |
st.write("Enter a Sentence to Analyze the Sentiment:")
|