camparchimedes commited on
Commit
9541d75
ยท
verified ยท
1 Parent(s): 3951ea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ async def handle_message(message: cl.Message):
115
  )
116
 
117
  # --send both as combined_message
118
- combined_message = f"### Informasjon for Bestillingskode:\n\n{table}\n\n### Comment:\n\n{response.get('text')}"
119
  await cl.Message(content=combined_message).send()
120
 
121
  except Exception as e:
 
115
  )
116
 
117
  # --send both as combined_message
118
+ combined_message = f"### Informasjon for Bestillingskode:\n\n{table}"
119
  await cl.Message(content=combined_message).send()
120
 
121
  except Exception as e: