Spaces:
Running
Running
add expander
Browse files
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.
|
187 |
-
st.
|
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)
|
|