rheremans commited on
Commit
d22ef20
·
verified ·
1 Parent(s): e72c781

Update app.py

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