Skip to content

Commit

Permalink
fixed radio toggle update
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Aug 20, 2024
1 parent 36c8568 commit fb3377f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,13 @@
" granularity_level = 0\n",
" elif change['new'] == 'Summary across nodes':\n",
" granularity_level = 1\n",
" summary_node_name_dropdown.value = \"All\"\n",
" summary_path_id_dropdown.value = \"All\"\n",
" summary_localplan_id_dropdown.value = \"All\"\n",
" elif change['new'] == 'Summary across steps':\n",
" granularity_level = 2\n",
" summary_node_name_dropdown.value = \"All\"\n",
" summary_path_id_dropdown.value = \"All\"\n",
" summary_localplan_id_dropdown.value = \"All\"\n",
" # Update the dataframe based on selected checkboxes\n",
" if granularity_level==0:\n",
Expand Down

0 comments on commit fb3377f

Please sign in to comment.