Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,8 @@ sentiment_pipeline = pipeline("sentiment-analysis")
|
|
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 |
-
st.write("Usage idea: Companies can now
|
12 |
-
st.write("
|
13 |
-
st.write("Be proactive, not reactive")
|
14 |
|
15 |
# Text input
|
16 |
user_input = st.text_area("Text input")
|
|
|
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 |
+
st.write("Usage idea: Companies can now quickly gather customers on mass who leave unhappy comments on social media to get in first before they leave a bad review.")
|
12 |
+
st.write("Making that crucial early contact to be proactive, rather than reactive, keeps your review ratings higher than your competitors.")
|
|
|
13 |
|
14 |
# Text input
|
15 |
user_input = st.text_area("Text input")
|