jonathanjordan21 commited on
Commit
17a7d64
·
verified ·
1 Parent(s): 007310c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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