irhamni commited on
Commit
8c977d5
·
verified ·
1 Parent(s): fb4d7b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ from sklearn.preprocessing import PowerTransformer
30
  # 1) KONFIGURASI FILE
31
  # ============================================================
32
 
33
- DATA_FILE = "DM_001.xlsx"
34
  POP_KAB = "Data_populasi_Kab_kota.xlsx"
35
  POP_PROV = "Data_populasi_propinsi.xlsx"
36
 
 
30
  # 1) KONFIGURASI FILE
31
  # ============================================================
32
 
33
+ DATA_FILE = "IPLM_clean_manual_131225.xlsx"
34
  POP_KAB = "Data_populasi_Kab_kota.xlsx"
35
  POP_PROV = "Data_populasi_propinsi.xlsx"
36