muk42 commited on
Commit
03b5da2
·
1 Parent(s): 4937aea
Files changed (1) hide show
  1. annotation_tab/annotation_setup.py +1 -0
annotation_tab/annotation_setup.py CHANGED
@@ -37,6 +37,7 @@ def get_annotation_widgets(selected_tile_state):
37
  # === Button wiring with progress_display as last output ===
38
  refresh_btn.click(
39
  fn=refresh_image_list,
 
40
  outputs=[img, txt, message, image_path_display, progress_display]
41
  ).then(
42
  fn=enable_buttons,
 
37
  # === Button wiring with progress_display as last output ===
38
  refresh_btn.click(
39
  fn=refresh_image_list,
40
+ inputs=[selected_tile_state],
41
  outputs=[img, txt, message, image_path_display, progress_display]
42
  ).then(
43
  fn=enable_buttons,