Spaces:
Runtime error
Runtime error
panotedi
commited on
Update app.py
Browse files
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 |
|