Installation Instructions
First, create your virtual env:
python3 -m venv venv
Then, install the requirements:
pip install -r requirements.txt
Remember to add your postgres creds to the .streamlit/secrets.toml
file locally
Needs local postgres server for local testing