chansung commited on
Commit
68bd10b
β€’
1 Parent(s): 6072882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ with gr.Blocks(css=STYLE, theme=gr.themes.Soft()) as demo:
375
  js=UPDATE_CHAT_HISTORY
376
  )
377
 
378
- demo.load(lambda: update_dataframe(request_arxiv_repo_id), None, arxiv_queue, every=180, concurrency_limit=20)
379
  # demo.load(None, None, [chatbot, local_data], js=GET_LOCAL_STORAGE % idx.value)
380
 
381
  start_date = datetime.now() + timedelta(minutes=1)
 
375
  js=UPDATE_CHAT_HISTORY
376
  )
377
 
378
+ demo.load(lambda: update_dataframe(request_arxiv_repo_id), None, arxiv_queue, every=360)
379
  # demo.load(None, None, [chatbot, local_data], js=GET_LOCAL_STORAGE % idx.value)
380
 
381
  start_date = datetime.now() + timedelta(minutes=1)