Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudmiribel/streamlit-portal
🖲 Streamlit Portal is a UI to help you manage your Streamlit apps
https://github.com/arnaudmiribel/streamlit-portal
Last synced: 3 months ago
JSON representation
🖲 Streamlit Portal is a UI to help you manage your Streamlit apps
- Host: GitHub
- URL: https://github.com/arnaudmiribel/streamlit-portal
- Owner: arnaudmiribel
- License: apache-2.0
- Created: 2022-12-12T15:39:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T09:23:12.000Z (11 months ago)
- Last Synced: 2024-10-11T09:29:39.572Z (3 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🖲 streamlit-portal
Use this app to manage (list, kill, start developing) your Streamlit apps running locally!
![CleanShot 2022-12-12 at 16 53 59](https://user-images.githubusercontent.com/7164864/207091765-70c8e645-f8f7-48cd-926d-e9255228eea9.gif)
## Getting started
1. Close this repository
2. Make sure to install the requirements in `requirements.txt`
3. Now run the app with the following command:
```
streamlit run streamlit_app.py --server.port 8500
```
and visit [https://localhost:8500](https://localhost:8500).## More
This is mostly an UI on top of the [streamlit-kickoff](https://github.com/arnaudmiribel/streamlit-kickoff-cli) CLI.