Spaces:
Runtime error
Runtime error
Commit ·
8fd596d
1
Parent(s): 9a7a515
Update components/artifects.py
Browse files- components/artifects.py +2 -2
components/artifects.py
CHANGED
|
@@ -37,8 +37,8 @@ def words_pickle_path():
|
|
| 37 |
|
| 38 |
|
| 39 |
def json_file_path():
|
| 40 |
-
relative_path = "
|
| 41 |
-
absolute_path = "D:\msn\pycharm_projects\chatbotcoustom\
|
| 42 |
|
| 43 |
if os.path.exists(relative_path):
|
| 44 |
return relative_path
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
def json_file_path():
|
| 40 |
+
relative_path = "job_file_retifified.json"
|
| 41 |
+
absolute_path = "D:\msn\pycharm_projects\chatbotcoustom\job_file_retifified.json"
|
| 42 |
|
| 43 |
if os.path.exists(relative_path):
|
| 44 |
return relative_path
|