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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -8,16 +8,16 @@ html_temp = """
8
  """
9
  st.markdown(html_temp, unsafe_allow_html=True)
10
 
11
- st.markdown(f"""
 
12
  <style>
13
- .stApp {{
14
- background-image url("https://wallpaperaccess.com/full/9405162.jpg");
15
- background-size: cover;
16
- background-position: center;
17
- background-attachment: fixed;
18
- background-repeat: no-repeat;
19
- background-color: "#f0f0f0";
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:")