fix
Browse files
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,
|