danicafisher commited on
Commit
9b963d8
1 Parent(s): 761d4b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -73,7 +73,6 @@ async def on_chat_start():
73
  content="Please upload a Text or PDF File file to begin!",
74
  accept=["text/plain", "application/pdf"],
75
  max_size_mb=2,
76
- timeout=180,
77
  ).send()
78
 
79
  file = files[0]
 
73
  content="Please upload a Text or PDF File file to begin!",
74
  accept=["text/plain", "application/pdf"],
75
  max_size_mb=2,
 
76
  ).send()
77
 
78
  file = files[0]