https://github.com/streamlit/hello
https://github.com/streamlit/hello
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/hello
- Owner: streamlit
- License: apache-2.0
- Created: 2022-05-29T05:26:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T06:56:54.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:36:32.397Z (11 months ago)
- Language: Python
- Size: 10.6 MB
- Stars: 38
- Watchers: 8
- Forks: 75
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo: `streamlit hello` as a native multipage app
[](https://share.streamlit.io/streamlit/docs/main/python/api-examples-source/mpa-hello/Hello.py)
This project highlights Streamlit's new multipage app functionality.

## How to run this demo
The demo can be accessed via Streamlit Community Cloud [here](https://share.streamlit.io/streamlit/docs/main/python/api-examples-source/mpa-hello/Hello.py) or locally via the following steps:
```
pip install streamlit
streamlit hello
```
## Learn more
- [Documentation](https://docs.streamlit.io/library/get-started/multipage-apps)
- [Blog post](https://blog.streamlit.io/introducing-multipage-apps/)
## Questions? Comments?
Please ask in the [community forum](https://discuss.streamlit.io).