Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,6 @@ async def handle_message(message: cl.Message):
|
|
| 132 |
booking_data = response.json()
|
| 133 |
|
| 134 |
if "booking_id" in booking_data:
|
| 135 |
-
user_message = booking_data.group()
|
| 136 |
try:
|
| 137 |
|
| 138 |
response = await llm_chain.ainvoke({
|
|
|
|
| 132 |
booking_data = response.json()
|
| 133 |
|
| 134 |
if "booking_id" in booking_data:
|
|
|
|
| 135 |
try:
|
| 136 |
|
| 137 |
response = await llm_chain.ainvoke({
|