Spaces:
Paused
Paused
danicafisher
commited on
Update app.py
Browse files
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]
|