diff --git a/dashboard/Sugartrail.ipynb b/dashboard/Sugartrail.ipynb index fc34b84..0ba5f18 100644 --- a/dashboard/Sugartrail.ipynb +++ b/dashboard/Sugartrail.ipynb @@ -10,7 +10,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "f17ebdd2", "metadata": {}, "outputs": [], @@ -170,7 +170,7 @@ " with output_box:\n", " depth_selector.disabled = True\n", " generate_network_button.disabled = True\n", - " network.perform_hop(depth_selector.value + 1)\n", + " network.perform_hop(depth_selector.value)\n", " network.run_map_preprocessing()\n", " build_map_button.disabled = False\n", " \n",