Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ async def handle_message(message: cl.Message):
|
|
116 |
"""
|
117 |
match = re.search(r'\b[A-Z]{6}\d{6}\b', user_message)
|
118 |
return match.group(0) if match else None
|
119 |
-
|
120 |
"""
|
|
|
121 |
if is_booking_query:
|
122 |
response = await api_chain.acall(user_message,
|
123 |
callbacks=[cl.AsyncLangchainCallbackHandler()])
|
|
|
116 |
"""
|
117 |
match = re.search(r'\b[A-Z]{6}\d{6}\b', user_message)
|
118 |
return match.group(0) if match else None
|
|
|
119 |
"""
|
120 |
+
|
121 |
if is_booking_query:
|
122 |
response = await api_chain.acall(user_message,
|
123 |
callbacks=[cl.AsyncLangchainCallbackHandler()])
|