Mummia-99 commited on
Commit
ea450b3
·
verified ·
1 Parent(s): 346f457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -12,12 +12,13 @@ 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:")
 
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:")