Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"):
|