/streamlit-nested-layout

Allows columns and expanders to be nested

Primary LanguagePythonApache License 2.0Apache-2.0

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.28.2

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

Demo