Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -69,6 +69,8 @@ st.selectbox(
|
|
| 69 |
on_change=reset_st
|
| 70 |
)
|
| 71 |
|
|
|
|
|
|
|
| 72 |
|
| 73 |
if st.session_state.selection == "":
|
| 74 |
none_temp()
|
|
|
|
| 69 |
on_change=reset_st
|
| 70 |
)
|
| 71 |
|
| 72 |
+
st.write(st.session_state.selection)
|
| 73 |
+
|
| 74 |
|
| 75 |
if st.session_state.selection == "":
|
| 76 |
none_temp()
|