Update app.py
Browse files
app.py
CHANGED
|
@@ -12,12 +12,13 @@ st.markdown(
|
|
| 12 |
"""
|
| 13 |
<style>
|
| 14 |
.stApp {{
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
| 21 |
</style>
|
| 22 |
""", unsafe_allow_html=True)
|
| 23 |
st.write("Enter the customer details:")
|
|
|
|
| 12 |
"""
|
| 13 |
<style>
|
| 14 |
.stApp {{
|
| 15 |
+
background-image: url("https://admin-bg.investkraft.com/public/images/1729840413.difference-between-nbfc-and-bank.webp");
|
| 16 |
+
background-size: cover;
|
| 17 |
+
background-position: center;
|
| 18 |
+
background-attachment: fixed;
|
| 19 |
+
background-repeat: no-repeat;
|
| 20 |
+
background-color: {page_bg_color};
|
| 21 |
+
}}
|
| 22 |
</style>
|
| 23 |
""", unsafe_allow_html=True)
|
| 24 |
st.write("Enter the customer details:")
|