Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -12,7 +12,7 @@ import duckdb
|
|
12 |
import hdbscan
|
13 |
|
14 |
# Database file path
|
15 |
-
DB_PATH = 'steampolis.duckdb'
|
16 |
|
17 |
# Initialize database tables if they don't exist
|
18 |
def initialize_database():
|
|
|
12 |
import hdbscan
|
13 |
|
14 |
# Database file path
|
15 |
+
DB_PATH = '/data/steampolis.duckdb'
|
16 |
|
17 |
# Initialize database tables if they don't exist
|
18 |
def initialize_database():
|