Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -771,7 +771,8 @@ def respond_pkb(message, history: list[tuple[str, str]]):
|
|
771 |
out += "\n\n---\nDetail Kendaraan:"
|
772 |
for k,v in vehicle.iloc[0].items():
|
773 |
out += f"\n{k} \t\t: {v}"
|
774 |
-
out += "\n=================================================================="
|
|
|
775 |
out += f"\nBea Balik Nama Kendaraan Bermotor (BBNKB) : {int(bbnkb):,}"
|
776 |
out += f"\nPajak Kendaraan Bermotor (PKB) : {int(pkb):,}\n"
|
777 |
|
|
|
771 |
out += "\n\n---\nDetail Kendaraan:"
|
772 |
for k,v in vehicle.iloc[0].items():
|
773 |
out += f"\n{k} \t\t: {v}"
|
774 |
+
# out += "\n=================================================================="
|
775 |
+
out += "\n--"
|
776 |
out += f"\nBea Balik Nama Kendaraan Bermotor (BBNKB) : {int(bbnkb):,}"
|
777 |
out += f"\nPajak Kendaraan Bermotor (PKB) : {int(pkb):,}\n"
|
778 |
|