karthickg12 commited on
Commit
b828216
1 Parent(s): 06d98e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ from transformers import pipeline
3
 
4
  pipe=pipeline("sentiment-analysis")
5
  t=st.text_area("text")
6
- st.write(pipe(text))
 
3
 
4
  pipe=pipeline("sentiment-analysis")
5
  t=st.text_area("text")
6
+ st.write(pipe(t))