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