Match the heights of widgets in columns

I use st.beta_columns to create a text_input and a button, but they do not match the height. Is there any way to adjust it?

Hey @Alalalalaki,

Check out this thread on aligning things at the top of columns. They actually do line up but what happened is that there is a bit of “buffer” or white space at the top of certain widgets and graphs.

I would try inserting blank space above your button to move it down.

Happy Streamlit-ing!
Marisa

1 Like

Thanks. Adding blank space works perfectly.