tdeshane commited on
Commit
bfbda07
1 Parent(s): 2ad183c

Update notebooks/app.py

Browse files
Files changed (1) hide show
  1. notebooks/app.py +1 -1
notebooks/app.py CHANGED
@@ -95,7 +95,7 @@ async def factory():
95
  elif generation_type == 'blog':
96
  print("blog generation...")
97
 
98
- cl.Message(content=f"generating {generation_type['content']} thread").send()
99
 
100
 
101
 
 
95
  elif generation_type == 'blog':
96
  print("blog generation...")
97
 
98
+ await cl.Message(content=f"generating {generation_type['content']} thread").send()
99
 
100
 
101