Skip to content

Commit

Permalink
Update dashboard_CLOUD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Isdinval authored Jun 6, 2024
1 parent ee81a79 commit eea8269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard_CLOUD.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def main():

st.write(optimal_threshold * 100)
streamviz.gauge(
probability_class1, gSize="LRG", gTitle="The Probability of Loan Default Estimated (Treshold: 63.64%)", sFix="%",
probability_class1, gSize="LRG", gTitle="Probability of Loan Default (Treshold: 63.64%)", sFix="%",
grLow=0, grMid=optimal_threshold, gcLow="#1B8720",
gcMid="#1B8720", gcHigh="#FF1708")

Expand Down

0 comments on commit eea8269

Please sign in to comment.