Chris Alexiuk commited on
Commit
131b50b
1 Parent(s): 85bb5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -97,6 +97,9 @@ async def on_chat_start():
97
  service_context=service_context,
98
  )
99
 
 
 
 
100
  cl.user_session.set("query_engine", query_engine)
101
 
102
 
 
97
  service_context=service_context,
98
  )
99
 
100
+ msg.content = f"Processing `{file.name}` done. You can now ask questions!"
101
+ await msg.update()
102
+
103
  cl.user_session.set("query_engine", query_engine)
104
 
105