Skip to content

joy13975/streamlit-nested-layout

Repository files navigation

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

Demo

About

Allows columns and expanders to be nested

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages