Streamlit Columns

Learn to use columns to organize displayed information in Streamlit.

Structured display of items

In previous lessons, we may have noticed some images displaying information in columns. We use the st.columns() method to do this.

This is particularly useful when we have similar bits of information we would like to display side by side.

Get hands-on with 1200+ tech skills courses.