Documentation

search

Search

  • rocket_launch

    Get started

    • Installation
      add
    • Fundamentals
      add
    • First steps
      add
  • code

    Develop

    • Concepts
      remove
      • CORE
      • Architecture and execution
        add
      • Multipage apps
        remove
        • Overview
        • Page and navigation
        • Pages directory
        • Working with widgets
      • App design
        add
      • ADDITIONAL
      • Connections, secrets, and authentication
        add
      • Custom components
        add
      • Configuration and theming
        add
      • App testing
        add
    • API reference
      add
    • Tutorials
      add
    • Quick reference
      add
  • web_asset

    Deploy

    • Concepts
      add
    • Streamlit Community Cloud
      add
    • Snowflake
    • Other platforms
      add
  • school

    Knowledge base

    • FAQ
    • Installing dependencies
    • Deployment issues
  • Home/
  • Develop/
  • Concepts/
  • Multipage apps

Multipage apps

Overview of multipage apps

Streamlit provides multiple ways to define multipage apps. Understand the terminology and basic comparison between methods.

Define multipage apps with st.Page and st.navigation

Learn about the preferred method for defining multipage apps. st.Page and st.navigation give you flexibility to organize your project directory and label your pages as you please.

Creating multipage apps using the pages/ directory

Define your multipage apps through directory structure. 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.

Working with widgets in multipage apps

Understand how widget identity is tied to pages. Learn strategies to get the behavior you want out of widgets.

arrow_backPrevious: Architecture and executionarrow_forwardNext: Overview
forum

Still have questions?

Our forums are full of helpful information and Streamlit experts.


HomeContact UsCommunity
© 2026 Snowflake Inc.