Update app.py
Browse files
app.py
CHANGED
|
@@ -1500,8 +1500,22 @@ with gr.Blocks() as demo:
|
|
| 1500 |
- `POP_KAB` = **{POP_KAB}**
|
| 1501 |
- `POP_PROV` = **{POP_PROV}**
|
| 1502 |
- `POP_KHUSUS` = **{POP_KHUSUS}**
|
|
|
|
| 1503 |
**TARGET RATIO (per jenis): {TARGET_RATIO*100:.2f}%**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1504 |
|
|
|
|
| 1505 |
✅ Dashboard KPI:
|
| 1506 |
- Indeks IPLM FINAL (disesuaikan 33.88%)
|
| 1507 |
- Indeks Dasar (tanpa penyesuaian)
|
|
|
|
| 1500 |
- `POP_KAB` = **{POP_KAB}**
|
| 1501 |
- `POP_PROV` = **{POP_PROV}**
|
| 1502 |
- `POP_KHUSUS` = **{POP_KHUSUS}**
|
| 1503 |
+
|
| 1504 |
**TARGET RATIO (per jenis): {TARGET_RATIO*100:.2f}%**
|
| 1505 |
+
target_pct = TARGET_RATIO * 100
|
| 1506 |
+
gr.Markdown(f"""
|
| 1507 |
+
# IPLM 2025 — Final (Target Sampel **{target_pct:.2f}%** per Jenis) — TANPA Kinerja Relatif / Percentile
|
| 1508 |
+
|
| 1509 |
+
**Mode NO UPLOAD (cache aktif).** File dibaca dari repo/server:
|
| 1510 |
+
- `DATA_FILE` = **{DATA_FILE}**
|
| 1511 |
+
- `POP_KAB` = **{POP_KAB}**
|
| 1512 |
+
- `POP_PROV` = **{POP_PROV}**
|
| 1513 |
+
- `POP_KHUSUS` = **{POP_KHUSUS}**
|
| 1514 |
+
|
| 1515 |
+
**TARGET RATIO (per jenis): {target_pct:.2f}%**
|
| 1516 |
+
""")
|
| 1517 |
|
| 1518 |
+
|
| 1519 |
✅ Dashboard KPI:
|
| 1520 |
- Indeks IPLM FINAL (disesuaikan 33.88%)
|
| 1521 |
- Indeks Dasar (tanpa penyesuaian)
|