svijayanand commited on
Commit
e1b0d82
·
verified ·
1 Parent(s): 47f2c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ async def on_message(message: cl.Message):
104
  await msg.stream_token(chunk)
105
 
106
  await cl.Message(content=response).send()
107
- logger.info('Application finished successfully')
108
  except Exception as e:
109
  logger.exception("Unhandled exception: %s", e)
110
 
 
104
  await msg.stream_token(chunk)
105
 
106
  await cl.Message(content=response).send()
107
+ logger.info('Application finished successfully')
108
  except Exception as e:
109
  logger.exception("Unhandled exception: %s", e)
110