New layout options for Streamlit

Hi,

love this option!

I implemented it like this on four columns

If you select something in the third “row”, another widget will appear in the second column.

My problem is that, from time to time, for no apparent reason the widget on the third row “expands” (becoming longer) and becomes not clickable. I happens randomly, and it generally goes back to normal by reloading the code.

I has tried initializing the column variables with st.empty() but it does not seem to make a big difference. Again happens from time to time.

Thanks

Fabio

2 Likes