Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ async def on_chat_start():
|
|
| 95 |
files = await cl.AskFileMessage(
|
| 96 |
content="Please upload a Text or PDF file to begin!",
|
| 97 |
accept=["text/plain", "application/pdf"],
|
| 98 |
-
max_size_mb=
|
| 99 |
timeout=180,
|
| 100 |
).send()
|
| 101 |
|
|
|
|
| 95 |
files = await cl.AskFileMessage(
|
| 96 |
content="Please upload a Text or PDF file to begin!",
|
| 97 |
accept=["text/plain", "application/pdf"],
|
| 98 |
+
max_size_mb=5,
|
| 99 |
timeout=180,
|
| 100 |
).send()
|
| 101 |
|