Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ from huggingface_hub import InferenceClient
|
|
| 40 |
# 1) KONFIGURASI
|
| 41 |
# ============================================================
|
| 42 |
|
| 43 |
-
DATA_FILE = os.getenv("DATA_FILE", "
|
| 44 |
POP_KAB = os.getenv("POP_KAB", "Data_populasi_Kab_kota_fixed.xlsx")
|
| 45 |
POP_PROV = os.getenv("POP_PROV", "Data_populasi_propinsi.xlsx")
|
| 46 |
POP_KHUSUS = os.getenv("POP_KHUSUS", "Data_populasi_perp_khusus.xlsx")
|
|
|
|
| 40 |
# 1) KONFIGURASI
|
| 41 |
# ============================================================
|
| 42 |
|
| 43 |
+
DATA_FILE = os.getenv("DATA_FILE", "DATA_IPLM_FINAL_CLEAN_pusat_15012026.xlsx")
|
| 44 |
POP_KAB = os.getenv("POP_KAB", "Data_populasi_Kab_kota_fixed.xlsx")
|
| 45 |
POP_PROV = os.getenv("POP_PROV", "Data_populasi_propinsi.xlsx")
|
| 46 |
POP_KHUSUS = os.getenv("POP_KHUSUS", "Data_populasi_perp_khusus.xlsx")
|