Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -436,8 +436,8 @@ with tab2:
|
|
436 |
st.markdown('<div class="about-section">', unsafe_allow_html=True)
|
437 |
st.markdown('<h2 class="section-header">About the Loan Approval System</h2>', unsafe_allow_html=True)
|
438 |
st.markdown(
|
439 |
-
'<p class="about-text">
|
440 |
-
'industry-standard criteria. It analyzes
|
441 |
'to provide fast, objective loan decisions.</p>', unsafe_allow_html=True
|
442 |
)
|
443 |
st.markdown('</div>', unsafe_allow_html=True)
|
@@ -497,7 +497,7 @@ with tab2:
|
|
497 |
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 20px;">
|
498 |
<iframe
|
499 |
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
|
500 |
-
src="https://www.youtube.com/embed/
|
501 |
title="Assessment Explanation"
|
502 |
frameborder="0"
|
503 |
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
|
436 |
st.markdown('<div class="about-section">', unsafe_allow_html=True)
|
437 |
st.markdown('<h2 class="section-header">About the Loan Approval System</h2>', unsafe_allow_html=True)
|
438 |
st.markdown(
|
439 |
+
'<p class="about-text">This prototype evaluates loan applications using machine learning and '
|
440 |
+
'industry-standard criteria. It analyzes financial information, credit history, and loan requirements'
|
441 |
'to provide fast, objective loan decisions.</p>', unsafe_allow_html=True
|
442 |
)
|
443 |
st.markdown('</div>', unsafe_allow_html=True)
|
|
|
497 |
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 20px;">
|
498 |
<iframe
|
499 |
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
|
500 |
+
src="https://www.youtube.com/embed/f4a85SYTUQs?autoplay=1&vq=hd1080&rel=0&modestbranding=1"
|
501 |
title="Assessment Explanation"
|
502 |
frameborder="0"
|
503 |
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|