Spaces:
Sleeping
Sleeping
test
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ async def on_chat_start():
|
|
89 |
# Wait for the user to upload a file
|
90 |
while files == None:
|
91 |
files = await cl.AskFileMessage(
|
92 |
-
content="Please upload a Text or PDF file to begin!",
|
93 |
accept=["text/plain", "application/pdf"],
|
94 |
max_size_mb=2,
|
95 |
timeout=180,
|
|
|
89 |
# Wait for the user to upload a file
|
90 |
while files == None:
|
91 |
files = await cl.AskFileMessage(
|
92 |
+
content="Please upload a Text or PDF file to begin! test",
|
93 |
accept=["text/plain", "application/pdf"],
|
94 |
max_size_mb=2,
|
95 |
timeout=180,
|