An unofficial monkey patch that enables streamlit columns and expanders to be nested.
- ⚠️Streamlit developers disallow this behavior by design, so you are on your own if you encounter issues using this package!⚠️
Last tested for streamlit==1.39.0
on Python 3.9.18
.
Credits to streamlit PR #5266 by @ZeroCool940711.
pip install streamlit-nested-layout
Just import this package once in your app.
import streamlit_nested_layout