Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1365,18 +1365,16 @@ if st.session_state.framework == "dash":
|
|
1365 |
|
1366 |
[class*="st-key-nav-2"]{{
|
1367 |
|
1368 |
-
|
1369 |
border-radius:80px !important;
|
1370 |
-
width:
|
1371 |
-
margin-top:-
|
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;
|
1376 |
padding:10px;
|
1377 |
-
padding-left:
|
1378 |
-
height:50px !important;
|
1379 |
-
margin-left:-7px !important;
|
1380 |
|
1381 |
}}
|
1382 |
[class*="st-key-nav-3"]{{
|
|
|
1365 |
|
1366 |
[class*="st-key-nav-2"]{{
|
1367 |
|
1368 |
+
border-radius:80px !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("img.png", "rb").read()).decode()});
|
1373 |
background-size: contain; /* size of the image */
|
1374 |
background-repeat: no-repeat;
|
1375 |
color :black !important;
|
1376 |
padding:10px;
|
1377 |
+
padding-left:25px;
|
|
|
|
|
1378 |
|
1379 |
}}
|
1380 |
[class*="st-key-nav-3"]{{
|