randmimc commited on
Commit
2ef2340
·
verified ·
1 Parent(s): ad67e5c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -15,7 +15,7 @@ if "messages" not in st.session_state:
15
  st.subheader("데이터 선택")
16
 
17
  options = [
18
- ""
19
  "2024-08-24",
20
  "2024-09-26"
21
  ]
 
15
  st.subheader("데이터 선택")
16
 
17
  options = [
18
+ "",
19
  "2024-08-24",
20
  "2024-09-26"
21
  ]