RFTSystems commited on
Commit
d4084dc
·
verified ·
1 Parent(s): 68c51d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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)"):
 
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)"):