Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -388,7 +388,7 @@ with gr.Blocks(css="constants/styles.css", theme=gr.themes.Soft()) as demo:
|
|
388 |
concurrency_limit=20, queue=True
|
389 |
).
|
390 |
|
391 |
-
|
392 |
None, [cur_arxiv_id, local_data], None,
|
393 |
js=UPDATE_CHAT_HISTORY
|
394 |
)
|
|
|
388 |
concurrency_limit=20, queue=True
|
389 |
).
|
390 |
|
391 |
+
prompt_txtbox.submit(
|
392 |
None, [cur_arxiv_id, local_data], None,
|
393 |
js=UPDATE_CHAT_HISTORY
|
394 |
)
|