streamlit-nested-layout
streamlit-nested-layout copied to clipboard
Allows columns and expanders to be nested
streamlit-nested-layout
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.34.0 on Python 3.9.18.
Credits to streamlit PR #5266 by @ZeroCool940711.
Install
pip install streamlit-nested-layout
Usage
Just import this package once in your app.
import streamlit_nested_layout
Demo
