Manojajj commited on
Commit
1fff55b
·
verified ·
1 Parent(s): 53b7479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ sentiment_analyzer = pipeline("sentiment-analysis")
8
  st.title('Sentiment Analysis for Customer Reviews')
9
 
10
  # Get input text from the user
11
- reviews_text = st.text_area("Paste customer reviews here (multiple reviews separated by a newline):", height=200)
12
 
13
  # Button to process the sentiment
14
  if st.button("Analyze Sentiment"):
 
8
  st.title('Sentiment Analysis for Customer Reviews')
9
 
10
  # Get input text from the user
11
+ reviews_text = st.text_area("Paste customer reviews here (multiple reviews separated by a newline; recommended-upto 15 reviews at a time):", height=200)
12
 
13
  # Button to process the sentiment
14
  if st.button("Analyze Sentiment"):