chansung commited on
Commit
956a386
β€’
1 Parent(s): 68e1a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ with gr.Blocks(css="constants/styles.css", theme=gr.themes.Soft()) as demo:
386
  [cur_arxiv_id, local_data, prompt_txtbox, chat_state],
387
  [prompt_txtbox, chatbot, local_data, close, reset, regen],
388
  concurrency_limit=20, queue=True
389
- ).
390
 
391
  prompt_txtbox.submit(
392
  None, [cur_arxiv_id, local_data], None,
 
386
  [cur_arxiv_id, local_data, prompt_txtbox, chat_state],
387
  [prompt_txtbox, chatbot, local_data, close, reset, regen],
388
  concurrency_limit=20, queue=True
389
+ )
390
 
391
  prompt_txtbox.submit(
392
  None, [cur_arxiv_id, local_data], None,