Spaces:
Running
Running
Update app.py
Browse files
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("
|
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;
|