erojuns commited on
Commit
dd2eccf
1 Parent(s): 63a51e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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: