Duy-Anh Dang commited on
Commit
aa0127a
·
1 Parent(s): d58d29e
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,13 +64,14 @@ def add_bg_from_url():
64
  f"""
65
  <style>
66
  .stApp {{
67
- background-image: linear-gradient(#126072,#1C8D99);
68
  background-attachment: fixed;
69
  background-size: cover
70
  }}
71
  </style>
72
  """,
73
  unsafe_allow_html=True
 
74
  )
75
 
76
  add_bg_from_url()
 
64
  f"""
65
  <style>
66
  .stApp {{
67
+ background-image: linear-gradient(#45eff5,#1C8D99);
68
  background-attachment: fixed;
69
  background-size: cover
70
  }}
71
  </style>
72
  """,
73
  unsafe_allow_html=True
74
+
75
  )
76
 
77
  add_bg_from_url()