danielle2003 commited on
Commit
a1cc92c
·
verified ·
1 Parent(s): a3036bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -846,7 +846,7 @@ if st.session_state.framework == "dash":
846
  border-bottom:1px solid #ccc;
847
  width:64%;
848
  height:85px;
849
- margin-left:540px;
850
 
851
 
852
  }}
@@ -1369,7 +1369,7 @@ if st.session_state.framework == "dash":
1369
  border-radius:80px !important;
1370
  border-radius:80px !important;
1371
  width:280px !important;
1372
- margin-top:-22px !important;
1373
  background-image: url(data:image/png;base64,{base64.b64encode(open("side.png", "rb").read()).decode()});
1374
  background-size: contain; /* size of the image */
1375
  background-repeat: no-repeat;
@@ -1384,7 +1384,7 @@ if st.session_state.framework == "dash":
1384
  border-radius:80px !important;
1385
  border-radius:80px !important;
1386
  width:280px !important;
1387
- margin-top:-18px !important;
1388
  background-image: url(data:image/png;base64,{base64.b64encode(open("gen.png", "rb").read()).decode()});
1389
  background-size: contain; /* size of the image */
1390
  background-repeat: no-repeat;
 
846
  border-bottom:1px solid #ccc;
847
  width:64%;
848
  height:85px;
849
+ margin-left:520px;
850
 
851
 
852
  }}
 
1369
  border-radius:80px !important;
1370
  border-radius:80px !important;
1371
  width:280px !important;
1372
+ margin-top:-20px !important;
1373
  background-image: url(data:image/png;base64,{base64.b64encode(open("side.png", "rb").read()).decode()});
1374
  background-size: contain; /* size of the image */
1375
  background-repeat: no-repeat;
 
1384
  border-radius:80px !important;
1385
  border-radius:80px !important;
1386
  width:280px !important;
1387
+ margin-top:-22px !important;
1388
  background-image: url(data:image/png;base64,{base64.b64encode(open("gen.png", "rb").read()).decode()});
1389
  background-size: contain; /* size of the image */
1390
  background-repeat: no-repeat;