Dr. Khushter Kaifi
commited on
Commit
•
e2dcd2b
1
Parent(s):
558f379
Updated app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ 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 \n Team Name:- Free Thinkers")
|
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 |
|
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:")
|