Spaces:
Runtime error
Runtime error
throaway2854
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ categories = [
|
|
20 |
]
|
21 |
|
22 |
class DataManager:
|
23 |
-
def __init__(self, base_dir='/
|
24 |
self.base_dir = base_dir
|
25 |
# Ensure the base directory exists
|
26 |
if not os.path.exists(self.base_dir):
|
|
|
20 |
]
|
21 |
|
22 |
class DataManager:
|
23 |
+
def __init__(self, base_dir='/data'):
|
24 |
self.base_dir = base_dir
|
25 |
# Ensure the base directory exists
|
26 |
if not os.path.exists(self.base_dir):
|