Horizontal layout
See original GitHub issueProblem
Streamlit should support horizontal layout.
Use Case 1
zhun_t wanted to display images side-by-side.
(Note that in the special case of images, we already have limited support for this by passing an array of images into st.image
.)
Use Case 2
In our old repo, @kellyamanda asked for the following:
I would like to be able to put a bunch of widgets horizontally next to each other. Almost like setting up st.table - I would ideally want to specify how many “spaces” or “cells” I have layered across and then in code from top to bottom, specify what goes where from right to left.
Basically I want to make a grid and from that grid put the widgets (or text or other elements) where I want in that grid.
Note To Users
This feature is in design right now, please add comments to this issue describing your use case to help us design this feature properly!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:47
- Comments:33 (7 by maintainers)
Top GitHub Comments
Use Case 3:
Maybe similar to @kellyamanda
Build an “Interactive Dashboard” using something more general like a bootstrap Grid layout where in addition to widgets and images, I can also put in multiple charts.
@treuille @tvst Hi Fellas! Been pretty quiet on this issue recently, any update on the planning/release for this?