This application uses streamlit and motherduck
Use your python ide to create python virtual environment
pip install -r requirements.txt
The credentials needed to connect to motherduck and TBA must not be stored in files that are checked into git.
When the application runs in production, the secrets are set up in streamlit console. When running locally, you need to create diretory ".streamlit" and put a file called secrets.toml in it. The file looks like this:
[motherduck]
token='big long token an admin will give you'
streamlit run Home.py