Spaces:
Runtime error
Runtime error
update mb limit
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ async def on_chat_start():
|
|
82 |
files = await cl.AskFileMessage(
|
83 |
content="Please upload a Text file or a PDF to begin!",
|
84 |
accept=["text/plain", "application/pdf"],
|
85 |
-
max_size_mb=
|
86 |
timeout=180,
|
87 |
).send()
|
88 |
|
|
|
82 |
files = await cl.AskFileMessage(
|
83 |
content="Please upload a Text file or a PDF to begin!",
|
84 |
accept=["text/plain", "application/pdf"],
|
85 |
+
max_size_mb=12,
|
86 |
timeout=180,
|
87 |
).send()
|
88 |
|