Update app.py
Browse files
app.py
CHANGED
|
@@ -8,16 +8,16 @@ html_temp = """
|
|
| 8 |
"""
|
| 9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
| 10 |
|
| 11 |
-
st.markdown(
|
|
|
|
| 12 |
<style>
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
}}
|
| 21 |
</style>
|
| 22 |
""", unsafe_allow_html=True)
|
| 23 |
st.write("Enter the customer details:")
|
|
|
|
| 8 |
"""
|
| 9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
| 10 |
|
| 11 |
+
st.markdown(
|
| 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 |
+
}}
|
|
|
|
| 21 |
</style>
|
| 22 |
""", unsafe_allow_html=True)
|
| 23 |
st.write("Enter the customer details:")
|