Rhayar commited on
Commit
745e602
1 Parent(s): 9814a2a

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 st from transformers import pipeline
 
2
 
3
  pipe = pipeline('sentiment-analysis')
4
 
 
1
+ import streamlit as st
2
+ from transformers import pipeline
3
 
4
  pipe = pipeline('sentiment-analysis')
5