Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
]
|