From e566c10108933379e311e9df51d10a48a72655ff Mon Sep 17 00:00:00 2001 From: luutuankiet Date: Tue, 27 Feb 2024 12:24:12 +0700 Subject: [PATCH] upate loop metric next action --- app/charts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/charts/main.py b/app/charts/main.py index 3106e4f..22da74c 100644 --- a/app/charts/main.py +++ b/app/charts/main.py @@ -210,7 +210,7 @@ def highlight_row(row): st.metric( "open loops", value = counter, - delta = f"{counter_delta} than clarify" if counter > 0 else "all's well.", + delta = f"capture them!!! (gap {counter_delta} vs clarify)" if counter > 0 else "all's well.", delta_color="inverse" if counter > 0 else "off", # help="compared to number of items to clarify" )