Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ with gr.Tab("Single agent (v1–v3)"):
|
|
| 208 |
img = draw_grid(3, mask, title="Single Agent", subtitle="Gold cell shows current position")
|
| 209 |
return img, res["predictive_rate"], res["error"]
|
| 210 |
|
| 211 |
-
|
| 212 |
|
| 213 |
# v4 S-Equation
|
| 214 |
with gr.Tab("S-Equation (v4)"):
|
|
|
|
| 208 |
img = draw_grid(3, mask, title="Single Agent", subtitle="Gold cell shows current position")
|
| 209 |
return img, res["predictive_rate"], res["error"]
|
| 210 |
|
| 211 |
+
run.click(run_single, inputs=[obstacle, steps], outputs=[grid_img, pr_out, err_out])
|
| 212 |
|
| 213 |
# v4 S-Equation
|
| 214 |
with gr.Tab("S-Equation (v4)"):
|