Skip to content

micben7/Mike-Repo

Repository files navigation

How to create a multi-page streamlit web app

From streamlit version 1.10 onwards, you can now create native streamlit multipage web apps. In this tutorial, I will walk you through an example of how to develop such a streamlit multipage web app. In particular, I will show you how to add multiple pages, including favicons and how to use the streamlit session state to share variables/values between pages.
To follow along, ensure to use the latest streamlit version by running pip install streamlit --upgrade

👉 Also, check out the official streamlit documentation: https://docs.streamlit.io/library/get-started/multipage-apps/create-a-multipage-app

Video Tutorial

YouTube Video

Requirements

Install the dependecies with pip

streamlit==1.11.0

Usage

# [Vanilla Terminal] Run the application
streamlit run 1_🤓_Homepage.py

About Me

ko-fi

Feedback

If you have any feedback, please reach out to me at contact@pythonandvba.com Logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published