Spaces:
Runtime error
Runtime error
thejagstudio
commited on
Commit
•
531e233
1
Parent(s):
96e0b23
Update paths.py
Browse files
paths.py
CHANGED
@@ -19,7 +19,7 @@ def get_file_name(file_path: str) -> str:
|
|
19 |
def get_app_path() -> str:
|
20 |
#app_dir = os.path.dirname(__file__)
|
21 |
#work_dir = os.path.dirname(app_dir)
|
22 |
-
return "/app/"
|
23 |
|
24 |
|
25 |
def get_configs_path() -> str:
|
|
|
19 |
def get_app_path() -> str:
|
20 |
#app_dir = os.path.dirname(__file__)
|
21 |
#work_dir = os.path.dirname(app_dir)
|
22 |
+
return "/home/user/app/"
|
23 |
|
24 |
|
25 |
def get_configs_path() -> str:
|