Skip to content

Commit

Permalink
📝 Fix example 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Apr 25, 2024
1 parent 08e8b7b commit 69be362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/10_Advanced-GUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"\n",
"\n",
"zoom_slider = widgets.FloatSlider(\n",
" value=180 / aladin.fov,\n",
" value=180 / aladin.fov.deg,\n",
" min=1,\n",
" max=400,\n",
" step=1,\n",
Expand Down

0 comments on commit 69be362

Please sign in to comment.