aiXpert commited on
Commit
f802ecc
1 Parent(s): eb78a1d

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("Sentiment Analysis with HuggingFace Spaces")
7
  st.write("Enter a sentence to analyze its sentiment:")
8
  user_input = st.text_input("userinput")
9
  if user_input:
 
3
 
4
  sentiment_pipeline = pipeline("sentiment-analysis")
5
 
6
+ st.title("Sentiment Analysis")
7
  st.write("Enter a sentence to analyze its sentiment:")
8
  user_input = st.text_input("userinput")
9
  if user_input: