diff --git a/streamlit_code.py b/streamlit_code.py index d610c90..797ba6d 100644 --- a/streamlit_code.py +++ b/streamlit_code.py @@ -35,7 +35,6 @@ st.write("") st.write("Welcome to the Credit Default Prediction Dashboard! Designed for risk managers and financial teams, this tool allows you to upload client data and predict next month’s defaulters.") st.write("**Why?** Credit card defaults are causing significant losses for the Bank of Taiwan. By leveraging advanced machine learning, it provides clear insights to identify high-risk clients early, enabling proactive decisions before monthly reviews or client assessments to minimize financial risk.") - st.write("") total_customers = len(data) total_defaults = len(data[data['Default'] == 'yes']) money_lost = data['BILL_AMT1'].sum()