Benjy commited on
Commit
008b3a9
·
verified ·
1 Parent(s): 84c8a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ sentiment_pipeline = pipeline("sentiment-analysis")
6
 
7
  # Streamlit UI
8
  st.title("Sentiment Analysis")
9
- st.write("Enter text below to analyze sentiment:")
 
10
 
11
  # Text input
12
  user_input = st.text_area("Text input")
 
6
 
7
  # Streamlit UI
8
  st.title("Sentiment Analysis")
9
+ st.write("Enter text below to analyse the sentiment:")
10
+ st.write("You can copy and paste a comment from social media for example.")
11
 
12
  # Text input
13
  user_input = st.text_area("Text input")