Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
| 4 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
| 5 |
|
| 6 |
st.title("Sentiment Analysis")
|
| 7 |
-
st.write("Введите предложение:")
|
| 8 |
|
| 9 |
user_input = st.text_input("")
|
| 10 |
if user_input:
|
|
|
|
| 4 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
| 5 |
|
| 6 |
st.title("Sentiment Analysis")
|
| 7 |
+
st.write("Введите предложение: ")
|
| 8 |
|
| 9 |
user_input = st.text_input("")
|
| 10 |
if user_input:
|