cd14 commited on
Commit
c7fc413
1 Parent(s): 9637db2

background color update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def add_bg_from_url():
180
  f"""
181
  <style>
182
  .stApp {{
183
- background-image: linear-gradient(#45eff5,#1C8D99);
184
  background-attachment: fixed;
185
  background-size: cover
186
 
 
180
  f"""
181
  <style>
182
  .stApp {{
183
+ background-image: linear-gradient(135deg,#061c2c,#084e69 35%,#3e7e89);
184
  background-attachment: fixed;
185
  background-size: cover
186