guipenedo HF Staff commited on
Commit
a06324b
·
unverified ·
1 Parent(s): 1d4a76d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -583,7 +583,7 @@ The data might not be 100% representative, due to the sampling and optimistic me
583
  }
584
 
585
 
586
- grouping_dropdown.select(
587
  fn=update_grouping_options,
588
  inputs=[grouping_dropdown],
589
  outputs=[normalization_checkbox, group_choices, min_max_hist],
 
583
  }
584
 
585
 
586
+ grouping_dropdown.change(
587
  fn=update_grouping_options,
588
  inputs=[grouping_dropdown],
589
  outputs=[normalization_checkbox, group_choices, min_max_hist],