pn23 commited on
Commit
bdbd1d2
·
verified ·
1 Parent(s): c44c1cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():