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

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from transformers import pipeline
3
 
4
  sentiment_pipeline = pipeline("sentiment-analysis")
5
 
6
- st.title("Sentiment Analysis with HuggingFace Spaces")
7
- st.write("Enter a sentence to analyze its sentiment:")
8
 
9
  user_input = st.text_input("")
10
  if user_input:
 
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("")
10
  if user_input: