Skip to content

Commit 215360a

Browse files
committed
Fix typo in WASM post
1 parent da3cc6d commit 215360a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/panel-pyodide-and-wasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def stable(self):
155155
launch_button = pn.widgets.Button(name="Launch!")
156156
reset_button = pn.widgets.Button(name="Reset")
157157
dimension_slider = pn.widgets.IntSlider(
158-
name="Launch Angle (degrees)", start=1, end=50, value=20, step=1
158+
name="Dimension", start=1, end=50, value=20, step=1
159159
)
160160

161161
# create an instance of the Sandpile class to use for the simulation

0 commit comments

Comments
 (0)