XicoC commited on
Commit
10da447
·
verified ·
1 Parent(s): d6a0bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ async def on_chat_start():
101
  # Wait for the user to upload a file
102
  while files == None:
103
  files = await cl.AskFileMessage(
104
- content="Please upload a Text File file to begin!",
105
  accept=["text/plain", "application/pdf"],
106
  max_size_mb=2,
107
  timeout=180,
 
101
  # Wait for the user to upload a file
102
  while files == None:
103
  files = await cl.AskFileMessage(
104
+ content="Please upload a Text File or PDF file to begin!",
105
  accept=["text/plain", "application/pdf"],
106
  max_size_mb=2,
107
  timeout=180,