From 6460a8676b42e79f587d8c7eaed163f3601fefa4 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 17 Jan 2026 13:09:55 +0100 Subject: [PATCH] Update tab_time_discovery.py --- tab_time_discovery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tab_time_discovery.py b/tab_time_discovery.py index d0d7b8b..8db2f86 100644 --- a/tab_time_discovery.py +++ b/tab_time_discovery.py @@ -37,9 +37,9 @@ def render(path_t, path_c, quality, threshold, id_prefix): st.session_state.idx_time += 1 st.rerun() else: - st.warning("No time matches found within threshold.") + st.warning("No time matches found.") if st.button("SKIP"): st.session_state.idx_time += 1 st.rerun() else: - st.success("All unmatched images in target folder have been reviewed.") \ No newline at end of file + st.success("All unmatched images reviewed.") \ No newline at end of file