Nattyboi commited on
Commit
5b47ab7
·
1 Parent(s): 746556b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -1,5 +1,2 @@
1
- from transformers import pipeline
2
-
3
- pipe = pipeline("sentiment-analysis")
4
-
5
- pipe("I want to go home")
 
1
+ import streamlit as st
2
+ st.write("hiii")