Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Jan 2, 2025
1 parent c8119ed commit b7c3914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/examples/basic/boid_flockers/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def boid_draw(agent):
"value": 42,
"label": "Random Seed",
},
"population": Slider(
"population_size": Slider(
label="Number of boids",
value=100,
min=10,
Expand Down

0 comments on commit b7c3914

Please sign in to comment.