chansung commited on
Commit
68e1a91
Β·
verified Β·
1 Parent(s): 69a2f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- chat_event.then(
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
  )