eagle0504's picture
app updated
746d2f1

A newer version of the Streamlit SDK is available: 1.48.1

Upgrade
metadata
title: Multipage apps
slug: /develop/concepts/multipage-apps
description: Streamlit provides a simple way to create multipage apps.

Multipage apps

Creating multipage apps using the pages/ directory (MPA v1)

Streamlit provides a frictionless way to create multipage apps. Place additional Python files in a pages/ directory alongside your entrypoint file and pages are automatically shown in a navigation widget inside your app's sidebar.