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