From b552dd48e959b53ef58b72e19224dbca552fb2a8 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 21 Mar 2025 00:01:24 +0000 Subject: [PATCH] Update black_forest_streamlit.py --- black_forest_streamlit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/black_forest_streamlit.py b/black_forest_streamlit.py index d1d06c4..3cd7f77 100644 --- a/black_forest_streamlit.py +++ b/black_forest_streamlit.py @@ -17,6 +17,7 @@ from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import sessionmaker, relationship from sqlalchemy.sql import func + # --- Database Setup --- DATA_DIR = "data" os.makedirs(DATA_DIR, exist_ok=True)