Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
erojuns
/
test2
like
0
Sleeping
App
Files
Files
Community
erojuns
commited on
Jul 11, 2023
Commit
dd2eccf
•
1 Parent(s):
63a51e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ from transformers import pipeline
3
4
5
pipe = pipeline('sentiment-analysis')
6
-
test
= st.text_area('test')
7
8
9
if text:
3
4
5
pipe = pipeline('sentiment-analysis')
6
+
text
= st.text_area('test')
7
8
9
if text: