niyaa commited on
Commit
cdda580
·
1 Parent(s): d6c3c33

Update app.py

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