Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|