Skip to content

Commit

Permalink
Update dashboard_CLOUD.py
Browse files Browse the repository at this point in the history
added the missing "}"
  • Loading branch information
Isdinval authored Jun 6, 2024
1 parent 3207b70 commit f1f9737
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 @@ -300,7 +300,7 @@ def main():
housing_type = input_data_copy['NAME_HOUSING_TYPE'].lower()

customer_description = f"""
**{gender_pronoun.capitalize()}** is a **{age_years}** years old **{input_data_copy['NAME_EDUCATION_TYPE']}** who works in the **{input_data_copy['NAME_INCOME_TYPE']}** sector. **{gender_pronoun.capitalize()}** lives in a **{housing_type}** and is currently **{employment_duration_years}** years into employment. **{gender_pronoun.capitalize()}** is **{family_status}** and has applied for a **{input_data_copy['NAME_CONTRACT_TYPE'].lower()}** loan. **{gender_pronoun.capitalize()}** income is **{input_data_copy['AMT_INCOME_TOTAL']** €.
**{gender_pronoun.capitalize()}** is a **{age_years}** years old **{input_data_copy['NAME_EDUCATION_TYPE']}** who works in the **{input_data_copy['NAME_INCOME_TYPE']}** sector. **{gender_pronoun.capitalize()}** lives in a **{housing_type}** and is currently **{employment_duration_years}** years into employment. **{gender_pronoun.capitalize()}** is **{family_status}** and has applied for a **{input_data_copy['NAME_CONTRACT_TYPE'].lower()}** loan. **{gender_pronoun.capitalize()}** income is **{input_data_copy['AMT_INCOME_TOTAL']}** €.
"""
st.write(customer_description)

Expand Down

0 comments on commit f1f9737

Please sign in to comment.