Spaces:
Sleeping
Sleeping
File size: 603 Bytes
746d2f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Multipage apps
slug: /develop/concepts/multipage-apps
description: Streamlit provides a simple way to create multipage apps.
---
# Multipage apps
<TileContainer layout="list">
<RefCard href="/develop/concepts/multipage-apps/pages-directory">
<h5>Creating multipage apps using the <code>pages/</code> directory (MPA v1)</h5>
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.
</RefCard>
</TileContainer>
|