panotedi commited on
Commit
5a5e9c5
·
unverified ·
1 Parent(s): 1ca0686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- st.title("CS634 - milestone2")
3
 
4
  text_input = st.text_input("Enter in a sentence for sentiment analysis" , "")
5
 
 
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