Spaces:
Runtime error
Runtime error
update content message
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ async def on_chat_start():
|
|
83 |
# Wait for the user to upload a file
|
84 |
while files == None:
|
85 |
files = await cl.AskFileMessage(
|
86 |
-
content="Please upload a Text File
|
87 |
accept=["text/plain"],
|
88 |
max_size_mb=2,
|
89 |
timeout=180,
|
|
|
83 |
# Wait for the user to upload a file
|
84 |
while files == None:
|
85 |
files = await cl.AskFileMessage(
|
86 |
+
content="Please upload a Text File or PDF to begin!",
|
87 |
accept=["text/plain"],
|
88 |
max_size_mb=2,
|
89 |
timeout=180,
|