If you’re creating
a debugging post, please include the following info:
- Are you running your app locally or is it deployed? deployed
- If your app is deployed:
a. Is it deployed on Community Cloud or another hosting platform? internal company portal
b. Share the link to the public deployed app. - Share the link to your app’s public GitHub repository (including a requirements file).
- Share the full text of the error message (not a screenshot).
- Share the Streamlit and Python versions. python 3.12, Streamlit, version 1.38.0
Attached screenshot of the issue.
i have created 4 columns in below fashion as expanders. when col1 is expanded col4 is being pushed down till the end of col1 leaving space between col2 and col4. Is there a way to fix the columns without moving when opposite side columns expand ?
col1 col2
col3 col4