In this chapter, we will discuss how to set up columns, layouts, and navigation into which we can insert elements. These will help to divide our application into grids. This type of navigation is used when we need more than one page in our application. We will also explore how to use sidebars. Let’s get started with columns.
Columns
We will be inserting side-by-side columns into our application. We will be using the st.columns() function to define columns , which is built in to Streamlit. ...