Go to file
2024-10-03 11:21:34 -04:00
.devcontainer Initial commit 2024-09-30 16:04:14 -04:00
.github Initial commit 2024-09-30 16:04:14 -04:00
.gitignore Initial commit 2024-09-30 16:04:14 -04:00
LICENSE Initial commit 2024-09-30 16:04:14 -04:00
README.md Initial commit 2024-09-30 16:04:14 -04:00
requirements.txt Update requirements.txt 2024-10-01 11:17:36 -04:00
streamlit_app.py Update streamlit_app.py 2024-10-03 11:21:34 -04:00

🎈 Blank app template

A simple Streamlit app template for you to modify!

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py