vvv-knyazeva commited on
Commit
f799afa
1 Parent(s): 8bc11d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -20,6 +20,14 @@ background-repeat: no-repeat;
20
  background-attachment: local;
21
  }}
22
 
 
 
 
 
 
 
 
 
23
  [data-testid="stHeader"] {{
24
  background: rgba(1,1,1,1);
25
  }}
 
20
  background-attachment: local;
21
  }}
22
 
23
+ [data-testid="stSidebar"] > div:first-child {{
24
+ background-image: url("https://kartinkin.net/uploads/posts/2022-12/1670240725_63-kartinkin-net-p-kartinki-neiroseti-instagram-69.jpg");
25
+ background-size: 115%;
26
+ background-position: center;
27
+ background-repeat: no-repeat;
28
+ background-attachment: fixed;
29
+ }}
30
+
31
  [data-testid="stHeader"] {{
32
  background: rgba(1,1,1,1);
33
  }}