openfree commited on
Commit
e7b38b0
·
verified ·
1 Parent(s): d9af44f

Update app.py

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