throaway2854 commited on
Commit
2a60d41
·
verified ·
1 Parent(s): 6cc1350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ categories = [
20
  ]
21
 
22
  class DataManager:
23
- def __init__(self, base_dir='/persistent'):
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):