camparchimedes commited on
Commit
ccc3005
·
verified ·
1 Parent(s): 814dc28

Update app.py

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