Spaces:
Paused
Paused
danicafisher
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ async def on_chat_start():
|
|
51 |
files = await cl.AskFileMessage(
|
52 |
content="Please upload a Text or PDF File file to begin!",
|
53 |
accept=["text/plain", "application/pdf"],
|
54 |
-
max_size_mb=
|
55 |
).send()
|
56 |
|
57 |
file = files[0]
|
|
|
51 |
files = await cl.AskFileMessage(
|
52 |
content="Please upload a Text or PDF File file to begin!",
|
53 |
accept=["text/plain", "application/pdf"],
|
54 |
+
max_size_mb=12,
|
55 |
).send()
|
56 |
|
57 |
file = files[0]
|