danicafisher commited on
Commit
6010701
1 Parent(s): eeebf9d

Update app.py

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