Streamlit Columns
Learn to use columns to organize displayed information in Streamlit.
We'll cover the following
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 1400+ tech skills courses.