YasirAbdali commited on
Commit
3c97d9a
1 Parent(s): 4ab991c

Update app.py

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