A simple Streamlit app template for you to modify!
-
Install the requirements (https://docs.streamlit.io/get-started/installation/command-line)
$ python -m venv .venv # windows $.venv\Scripts\activate.bat # linux #source ./.venv/bin/activate $ pip install -r requirements.txt $ pip install st-link-analysis
-
Run the app
$ streamlit run streamlit_app.py