Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -306,24 +306,10 @@ with tab2:
|
|
306 |
st.markdown("""
|
307 |
<div class="section-card">
|
308 |
<h3>About the Loan Approval System</h3>
|
309 |
-
<p>
|
310 |
</div>
|
311 |
""", unsafe_allow_html=True)
|
312 |
|
313 |
-
st.markdown("<h4>How it works</h4>", unsafe_allow_html=True)
|
314 |
-
st.write("The system analyzes various factors including:")
|
315 |
-
st.markdown("""
|
316 |
-
- Personal and financial information
|
317 |
-
- Credit history status
|
318 |
-
- Loan amount and term
|
319 |
-
- Income and employment status
|
320 |
-
""")
|
321 |
-
|
322 |
-
st.write("""
|
323 |
-
Our decision engine combines a trained machine learning model with industry-standard lending criteria.
|
324 |
-
The system evaluates your application against patterns from thousands of previous loan applications.
|
325 |
-
""")
|
326 |
-
|
327 |
st.markdown('<div class="section-card">', unsafe_allow_html=True)
|
328 |
st.markdown("<h3>About the ML Model</h3>", unsafe_allow_html=True)
|
329 |
st.write("""
|
|
|
306 |
st.markdown("""
|
307 |
<div class="section-card">
|
308 |
<h3>About the Loan Approval System</h3>
|
309 |
+
<p>Our AI-powered system evaluates loan applications using machine learning and industry-standard criteria to analyze your financial information, credit history, and loan requirements.</p>
|
310 |
</div>
|
311 |
""", unsafe_allow_html=True)
|
312 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
st.markdown('<div class="section-card">', unsafe_allow_html=True)
|
314 |
st.markdown("<h3>About the ML Model</h3>", unsafe_allow_html=True)
|
315 |
st.write("""
|