pn23 commited on
Commit
2897af9
·
verified ·
1 Parent(s): 71b6d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def init_model():
53
 
54
  return genre
55
 
56
- st_callback = StreamlitCallbackHandler(st.container())
57
 
58
  date_input = st.text_input(label = "Enter Date (ex. 10-11) 👇")
59
 
 
53
 
54
  return genre
55
 
56
+ #st_callback = StreamlitCallbackHandler(st.container())
57
 
58
  date_input = st.text_input(label = "Enter Date (ex. 10-11) 👇")
59