Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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)
|