camparchimedes commited on
Commit
460e99d
ยท
verified ยท
1 Parent(s): 7fd4898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ async def handle_message(message: cl.Message):
154
  },
155
  callbacks=[cl.AsyncLangchainCallbackHandler()])
156
 
157
- booking_info = response.get("output", {}) # json.loads(response.get("output", "{}"))
158
 
159
  formatted_response = f"""
160
  Her er informasjon for bestillingskode: {bestillingskode}
 
154
  },
155
  callbacks=[cl.AsyncLangchainCallbackHandler()])
156
 
157
+ booking_info = response.get("output", {}) # json.loads(response.get("output", "{}"))
158
 
159
  formatted_response = f"""
160
  Her er informasjon for bestillingskode: {bestillingskode}