acpotts commited on
Commit
f9c741a
1 Parent(s): 1c3fad8

update mb limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2,
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