irhamni commited on
Commit
52557ea
·
verified ·
1 Parent(s): 59218c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from mpmath import gammainc, gamma # pure python for chi-square p-value (option
16
  # ============================================================
17
  # CONFIG
18
  # ============================================================
19
- DATA_PATH = os.getenv("IPLM_DATA_PATH", "data/IPLM_clean_manual_131225.xlsx")
20
 
21
  EXCLUDE_COLS_EXACT = {"kontak_wa", "npp", "tanggal_kirim", "updated_at", "created_at"}
22
 
 
16
  # ============================================================
17
  # CONFIG
18
  # ============================================================
19
+ DATA_PATH = os.getenv("IPLM_DATA_PATH", "IPLM_clean_manual_131225.xlsx")
20
 
21
  EXCLUDE_COLS_EXACT = {"kontak_wa", "npp", "tanggal_kirim", "updated_at", "created_at"}
22