© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. RaghavendraBeginner's Guide to Streamlit with Python https://doi.org/10.1007/978-1-4842-8983-9_7

7. Columns and Navigation

Sujay Raghavendra1  
(1)
Dharwad, Karnataka, India
 

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. ...

Get Beginner's Guide to Streamlit with Python: Build Web-Based Data and Machine Learning Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.