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)