Update app.py
Browse files
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"
|