irhamni commited on
Commit
8e60d2f
·
verified ·
1 Parent(s): 2f3079c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ except Exception:
64
  # 1) KONFIGURASI
65
  # ============================================================
66
 
67
- DATA_FILE = os.getenv("DATA_FILE", "DATA_iplm_final_05022026_update1.xlsx")
68
  POP_KAB = os.getenv("POP_KAB", "Data_populasi_Kab_kota_fixed.xlsx")
69
  POP_PROV = os.getenv("POP_PROV", "Data_populasi_propinsi.xlsx")
70
  POP_KHUSUS = os.getenv("POP_KHUSUS", "Data_populasi_perp_khusus.xlsx")
 
64
  # 1) KONFIGURASI
65
  # ============================================================
66
 
67
+ DATA_FILE = os.getenv("DATA_FILE", "File_IPLM_090226_All")
68
  POP_KAB = os.getenv("POP_KAB", "Data_populasi_Kab_kota_fixed.xlsx")
69
  POP_PROV = os.getenv("POP_PROV", "Data_populasi_propinsi.xlsx")
70
  POP_KHUSUS = os.getenv("POP_KHUSUS", "Data_populasi_perp_khusus.xlsx")