danielle2003 commited on
Commit
ec67331
·
verified ·
1 Parent(s): dfdd808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1369,7 +1369,7 @@ if st.session_state.framework == "dash":
1369
  border-radius:80px !important;
1370
  width:280px !important;
1371
  margin-top:-22px !important;
1372
- background-image: url(data:image/png;base64,{base64.b64encode(open("img.png", "rb").read()).decode()});
1373
  background-size: contain; /* size of the image */
1374
  background-repeat: no-repeat;
1375
  color :black !important;
 
1369
  border-radius:80px !important;
1370
  width:280px !important;
1371
  margin-top:-22px !important;
1372
+ background-image: url(data:image/png;base64,{base64.b64encode(open("side.png", "rb").read()).decode()});
1373
  background-size: contain; /* size of the image */
1374
  background-repeat: no-repeat;
1375
  color :black !important;