Update tab_time_discovery.py

This commit is contained in:
2026-01-17 13:09:55 +01:00
parent 5265451556
commit 6460a8676b

View File

@@ -37,9 +37,9 @@ def render(path_t, path_c, quality, threshold, id_prefix):
st.session_state.idx_time += 1 st.session_state.idx_time += 1
st.rerun() st.rerun()
else: else:
st.warning("No time matches found within threshold.") st.warning("No time matches found.")
if st.button("SKIP"): if st.button("SKIP"):
st.session_state.idx_time += 1 st.session_state.idx_time += 1
st.rerun() st.rerun()
else: else:
st.success("All unmatched images in target folder have been reviewed.") st.success("All unmatched images reviewed.")