A Streamlit webapp that accesses the same database as the Trust Game Demo allowing for quick real-time analysis and data viz.
The live app is available here.
pip install -r requirements.txt
in your current or a new Python environment- From the firebase project console make sure to download a new service account key.
- Run
python key-to-toml.py
- Run
streamlit run app.py
and navigate tolocalhost:8501
in your browser