update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
|
4 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
5 |
|
6 |
-
st.title("Financial Sentiment Analysis Using HuggingFace")
|
7 |
st.write("Enter a Sentence to Analyze the Sentiment:")
|
8 |
|
9 |
user_input = st.text_input("")
|
|
|
3 |
|
4 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
5 |
|
6 |
+
st.title("Financial Sentiment Analysis Using HuggingFace \n - Team Name:- Free Thinkers")
|
7 |
st.write("Enter a Sentence to Analyze the Sentiment:")
|
8 |
|
9 |
user_input = st.text_input("")
|