randmimc commited on
Commit
5b9880a
·
verified ·
1 Parent(s): 370ad7b

Update src/streamlit_app.py

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