Spaces:
Paused
Paused
Update app_gradio.py
Browse files- 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=
|
| 209 |
-
detail_timer.tick(auto_refresh_job, inputs=[job_id_input], outputs=[prompt_box, response_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():
|