Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
|
|
5 |
import duckdb
|
6 |
|
7 |
# Database file path
|
8 |
-
DB_PATH = 'steampolis.duckdb'
|
9 |
|
10 |
# Initialize database tables if they don't exist
|
11 |
def initialize_database():
|
|
|
5 |
import duckdb
|
6 |
|
7 |
# Database file path
|
8 |
+
DB_PATH = '/data/steampolis.duckdb'
|
9 |
|
10 |
# Initialize database tables if they don't exist
|
11 |
def initialize_database():
|