camparchimedes commited on
Commit
3644676
ยท
verified ยท
1 Parent(s): 1f5c82b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ async def handle_message(message: cl.Message):
105
  "|:-----------|:---------------------|\n"
106
  f"| Booking ID | {booking_data.get('booking_id', 'N/A')} |\n"
107
  f"| Full Name | {booking_data.get('full_name', 'N/A')} |\n"
108
- f"| Amount | {booking_data.get('amount', 0)} |\n"
109
  f"| Check-in | {booking_data.get('checkin', 'N/A')} |\n"
110
  f"| Check-out | {booking_data.get('checkout', 'N/A')} |\n"
111
  f"| Address | {booking_data.get('address', 'N/A')} |\n"
 
105
  "|:-----------|:---------------------|\n"
106
  f"| Booking ID | {booking_data.get('booking_id', 'N/A')} |\n"
107
  f"| Full Name | {booking_data.get('full_name', 'N/A')} |\n"
108
+ f"| Amount | {booking_data.get('amount', 0)} kr |\n"
109
  f"| Check-in | {booking_data.get('checkin', 'N/A')} |\n"
110
  f"| Check-out | {booking_data.get('checkout', 'N/A')} |\n"
111
  f"| Address | {booking_data.get('address', 'N/A')} |\n"