From 611f17e15a19475076c13ed09347277bc06e37c1 Mon Sep 17 00:00:00 2001 From: RAYMOND Olivier <34789438+Isdinval@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:33:29 +0200 Subject: [PATCH] Update dashboard_CLOUD.py --- dashboard_CLOUD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_CLOUD.py b/dashboard_CLOUD.py index 4e49d03..7a82373 100644 --- a/dashboard_CLOUD.py +++ b/dashboard_CLOUD.py @@ -413,7 +413,7 @@ def main(): st.write(optimal_threshold * 100) streamviz.gauge( - probability_class1, gSize="LRG", gTitle=f"Probability of Default (Treshold: {optimal_threshold * 100:.2f}%)", sFix="%", + probability_class1, gSize="LRG", gTitle="Probability of Default (Treshold: 63.64%)", sFix="%", grLow=0, grMid=optimal_threshold * 100, gcLow="#1B8720", gcMid="#1B8720", gcHigh="#FF1708")