Streamlit
A minimal Streamlit application
Streamlit
markgzhou/railway-streamlit
Just deployed
This is a Streamlit app that serves a simple hello world page on Railway.
This example is set up to use Nixpacks to build and run the app on Railway Platform.
✨ Features
- Python
- Streamlit
- Nixpacks
💁♀️ How to use
- Install Python requirements
pip install -r requirements.txt
- Run locally using
streamlit run main.py
📝 Notes
- To edit the python runtime verson, edit the
.python-version
file nixpacks.toml
is set to use8080
as the default port- To learn about how to use Streamlit with most of its features, you can visit the Streamlit Documentation
- To learn about Nixpacks and how to configure it, read their Documentation
Template Content
Streamlit
markgzhou/railway-streamlit