From 45ff1b766a097386cb621f162fe5fd9cdbcc4884 Mon Sep 17 00:00:00 2001 From: RAYMOND Olivier <34789438+Isdinval@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:01:33 +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 dc277ad..249eb45 100644 --- a/dashboard_CLOUD.py +++ b/dashboard_CLOUD.py @@ -306,7 +306,7 @@ def main(): st.write(customer_description) loan_description = f""" - The loan asked if for **{input_data_copy['AMT_CREDIT']}** €, and the annuity asked are **{input_data_copy['AMT_ANNUITY']}** €. + The loan asked is **{input_data_copy['AMT_CREDIT']}** €, and the annuity asked are **{input_data_copy['AMT_ANNUITY']}** €. """ st.write(loan_description)