Summary
When an app with expander is running, the expander does not get removed completely on rerun.
Steps to reproduce
What are the steps we should take to reproduce the bug:
- Create and run an app with
st.expander
- Remove
st.expander while app is running
- Rerun code
Expected behavior:
Expander is gone with label and toggle
Actual behavior:
Label and toggle is still available