Update black_forest_streamlit.py
This commit is contained in:
parent
c4f18aab35
commit
b552dd48e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue