Mahinour1 commited on
Commit
c1fe770
·
1 Parent(s): aa9728b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ async def on_chat_start():
89
  # Wait for the user to upload a file
90
  while files == None:
91
  files = await cl.AskFileMessage(
92
- content="Please upload a Text or PDF file to begin!",
93
  accept=["text/plain", "application/pdf"],
94
  max_size_mb=2,
95
  timeout=180,
 
89
  # Wait for the user to upload a file
90
  while files == None:
91
  files = await cl.AskFileMessage(
92
+ content="Please upload a Text or PDF file to begin! test",
93
  accept=["text/plain", "application/pdf"],
94
  max_size_mb=2,
95
  timeout=180,