neobot commited on
Commit
a3b7031
·
1 Parent(s): 0793441

add expander

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -183,6 +183,5 @@ if st.session_state['count_checked'] > 0:
183
  # display summary tab
184
  print(f'display extra tab')
185
 
186
- st.header("DEBUG")
187
- st.divider()
188
- st.json(st.session_state)
 
183
  # display summary tab
184
  print(f'display extra tab')
185
 
186
+ with st.expander("developer tool"):
187
+ st.json(st.session_state)