QuantumLearner commited on
Commit
1850561
·
verified ·
1 Parent(s): 793bba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ async def on_chat_start():
101
  await cl.Message(content="Invalid choice. Please start over and type either 'upload' or 'paste'.").send()
102
  return
103
 
104
- msg = cl.Message(content="Processing input...")
105
  await msg.send()
106
 
107
  try:
 
101
  await cl.Message(content="Invalid choice. Please start over and type either 'upload' or 'paste'.").send()
102
  return
103
 
104
+ msg = cl.Message(content="Processing input... Will take a few minutes")
105
  await msg.send()
106
 
107
  try: