Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def init_model():
|
|
| 57 |
|
| 58 |
st_callback = StreamlitCallbackHandler(st.container())
|
| 59 |
|
| 60 |
-
date_input = st.text_input(label = "Enter Date (ex. 10-11) 👇"
|
| 61 |
|
| 62 |
|
| 63 |
if prompt := st.chat_input():
|
|
|
|
| 57 |
|
| 58 |
st_callback = StreamlitCallbackHandler(st.container())
|
| 59 |
|
| 60 |
+
date_input = st.text_input(label = "Enter Date (ex. 10-11) 👇")
|
| 61 |
|
| 62 |
|
| 63 |
if prompt := st.chat_input():
|