Spaces:
Sleeping
Sleeping
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 with HuggingFace Spaces")
|
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 with HuggingFace Spaces")
|
7 |
+
st.write("Masukkan sebuah kata untuk dapat menganalisa sentimennya:")
|
8 |
|
9 |
user_input = st.text_input("")
|
10 |
if user_input:
|