Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ async def on_chat_start():
|
|
101 |
# Wait for the user to upload a file
|
102 |
while files == None:
|
103 |
files = await cl.AskFileMessage(
|
104 |
-
content="Please upload a Text File file to begin!",
|
105 |
accept=["text/plain", "application/pdf"],
|
106 |
max_size_mb=2,
|
107 |
timeout=180,
|
|
|
101 |
# Wait for the user to upload a file
|
102 |
while files == None:
|
103 |
files = await cl.AskFileMessage(
|
104 |
+
content="Please upload a Text File or PDF file to begin!",
|
105 |
accept=["text/plain", "application/pdf"],
|
106 |
max_size_mb=2,
|
107 |
timeout=180,
|