panotedi commited on
Commit
0bea0ea
·
unverified ·
1 Parent(s): 381586f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  st.title("CS634 - milestone2 - Tedi Pano")
3
 
4
- text_input = st.text_input("Enter in a sentence for sentiment analysis" , "")
5
 
6
  from transformers import pipeline
7
 
 
1
  import streamlit as st
2
  st.title("CS634 - milestone2 - Tedi Pano")
3
 
4
+ text_input = st.text_input("Enter in a sentence for sentiment analysis" , "I love you so much it hurts sometimes")
5
 
6
  from transformers import pipeline
7