msn-enginenova21 commited on
Commit
8fd596d
·
1 Parent(s): 9a7a515

Update components/artifects.py

Browse files
Files changed (1) hide show
  1. 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 = "job_file.json"
41
- absolute_path = "D:\msn\pycharm_projects\chatbotcoustom\job_file.json"
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