XThomasBU commited on
Commit
13e9699
·
verified ·
1 Parent(s): 35758cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -149,4 +149,7 @@ async def on_message(message: cl.Message):
149
  ):
150
  await msg.stream_token(chunk)
151
 
152
- await msg.send()
 
 
 
 
149
  ):
150
  await msg.stream_token(chunk)
151
 
152
+ await msg.send()
153
+
154
+ if __name__ == '__main__':
155
+ app.run(debug=True)