acpotts commited on
Commit
8777de0
1 Parent(s): 2859653

update content message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ async def on_chat_start():
83
  # Wait for the user to upload a file
84
  while files == None:
85
  files = await cl.AskFileMessage(
86
- content="Please upload a Text File file to begin!",
87
  accept=["text/plain"],
88
  max_size_mb=2,
89
  timeout=180,
 
83
  # Wait for the user to upload a file
84
  while files == None:
85
  files = await cl.AskFileMessage(
86
+ content="Please upload a Text File or PDF to begin!",
87
  accept=["text/plain"],
88
  max_size_mb=2,
89
  timeout=180,