davidlee1102 commited on
Commit
535a17e
1 Parent(s): c23c5f8
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
 
3
- from emotion_model import emotion_predict
4
-
5
  name = st.text_input("Enter your sentence here")
6
 
7
  if (st.button('Submit')):
 
1
  import streamlit as st
2
 
3
+ # from emotion_model import emotion_predict
 
4
  name = st.text_input("Enter your sentence here")
5
 
6
  if (st.button('Submit')):