-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced‐Tips
Matt Hakin edited this page Apr 29, 2025
·
1 revision
# Advanced Tips & Notes
---
## 📂 Data Folder Structure
The app uses a `/data/` folder for live CSV files:
- `glucose_readings.csv`
- `hba1c_readings.csv`
- `supplies.csv`
These are updated in real-time as you use the app.
---
## 📁 Templates
The `/templates/` folder contains blank copies of each CSV — helpful for resetting or distributing.
Use `[reset_data.py](http://reset_data.py/)` to restore these.
---
## 📤 Deployment
This project is designed for **Streamlit Cloud** but can run locally via:
```bash
streamlit run [streamlit_app.py](http://streamlit_app.py/)