An open API service indexing awesome lists of open source software.

https://github.com/streamlit/hello


https://github.com/streamlit/hello

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Demo: `streamlit hello` as a native multipage app

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/streamlit/docs/main/python/api-examples-source/mpa-hello/Hello.py)

This project highlights Streamlit's new multipage app functionality.

![In-use Animation](https://github.com/streamlit/hello/blob/main/mpa-hero.gif?raw=true "In-use Animation")

## 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).