itbetyar commited on
Commit
cfdb8e1
·
verified ·
1 Parent(s): 6f61938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# Welcome to Sentiment Analysis App")
8
 
9
- text = st.text_area('Enter some text!')
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)