rahul7star commited on
Commit
8a84682
·
verified ·
1 Parent(s): 67427bd

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app_gradio.py +2 -2
app_gradio.py CHANGED
@@ -205,8 +205,8 @@ with gr.Blocks(title="PygmyClaw AI Dev Dashboard") as demo:
205
  return load_job(job_id)
206
  return gr.update(), gr.update(), gr.update(), gr.update()
207
 
208
- detail_timer = gr.Timer(value=2)
209
- detail_timer.tick(auto_refresh_job, inputs=[job_id_input], outputs=[prompt_box, response_box, code_editor, status_box])
210
 
211
  # ---------------- Run / Delete / Explain ----------------
212
  with gr.Row():
 
205
  return load_job(job_id)
206
  return gr.update(), gr.update(), gr.update(), gr.update()
207
 
208
+ detail_timer = gr.Timer(value=20)
209
+ detail_timer.tick(auto_refresh_job, inputs=[job_id_input], outputs=[prompt_box, response_box, status_box])
210
 
211
  # ---------------- Run / Delete / Explain ----------------
212
  with gr.Row():