Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,11 @@ st.markdown("""
|
|
59 |
border-left: 4px solid var(--primary-purple);
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
|
|
62 |
/* Button styling */
|
63 |
.stButton > button {
|
64 |
background-color: var(--primary-purple);
|
@@ -304,7 +309,7 @@ with tab1:
|
|
304 |
|
305 |
with tab2:
|
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>
|
|
|
59 |
border-left: 4px solid var(--primary-purple);
|
60 |
}
|
61 |
|
62 |
+
/* Remove purple left border from the first section card */
|
63 |
+
.remove-border {
|
64 |
+
border-left: none !important;
|
65 |
+
}
|
66 |
+
|
67 |
/* Button styling */
|
68 |
.stButton > button {
|
69 |
background-color: var(--primary-purple);
|
|
|
309 |
|
310 |
with tab2:
|
311 |
st.markdown("""
|
312 |
+
<div class="section-card remove-border">
|
313 |
<h3>About the Loan Approval System</h3>
|
314 |
<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>
|
315 |
</div>
|