Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ from transformers import pipeline
|
|
4 |
pipe = pipeline('sentiment-analysis')
|
5 |
|
6 |
# Display a welcome message
|
7 |
-
st.write("#
|
8 |
|
9 |
-
text = st.text_area('
|
10 |
|
11 |
if text:
|
12 |
out = pipe(text)
|
|
|
4 |
pipe = pipeline('sentiment-analysis')
|
5 |
|
6 |
# Display a welcome message
|
7 |
+
st.write("# Isten hozott az IT Betyár Sentiment Analysis Applikációjában")
|
8 |
|
9 |
+
text = st.text_area('Írjál be alább egy szöveget!')
|
10 |
|
11 |
if text:
|
12 |
out = pipe(text)
|