Skip to content

Commit

Permalink
upate loop metric next action
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Feb 27, 2024
1 parent e2ab791 commit e566c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/charts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit e566c10

Please sign in to comment.