Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.