Khushter commited on
Commit
4f72a44
1 Parent(s): 2c5b3c4

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("")