Phong1 commited on
Commit
c5aade1
·
verified ·
1 Parent(s): f006650

Update full_interface.py

Browse files
Files changed (1) hide show
  1. full_interface.py +1 -1
full_interface.py CHANGED
@@ -22,7 +22,7 @@ MAPPING_API_URL = os.getenv(
22
  f"{API_BASE_URL.rstrip('/')}/mapping/",
23
  )
24
 
25
- RAW_DATA_DIR = Path("raw_data")
26
  CATALOG_XLSX_PATH = RAW_DATA_DIR / "product_names_dms_10022026.xlsx"
27
  CATALOG_JSON_PATH = RAW_DATA_DIR / "product_catalog_ui.json"
28
 
 
22
  f"{API_BASE_URL.rstrip('/')}/mapping/",
23
  )
24
 
25
+ RAW_DATA_DIR = Path(".")
26
  CATALOG_XLSX_PATH = RAW_DATA_DIR / "product_names_dms_10022026.xlsx"
27
  CATALOG_JSON_PATH = RAW_DATA_DIR / "product_catalog_ui.json"
28