Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -510,7 +510,7 @@ st.markdown(
|
|
| 510 |
[class*="st-key-divider-col"] {{
|
| 511 |
border-left: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
|
| 512 |
border-radius: 35px; /* Rounded corners */
|
| 513 |
-
margin-top:-
|
| 514 |
margin-left:3px;
|
| 515 |
|
| 516 |
}}
|
|
@@ -518,7 +518,7 @@ st.markdown(
|
|
| 518 |
border-right: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
|
| 519 |
border-radius: 35px; /* Rounded corners */
|
| 520 |
margin-left:20px;
|
| 521 |
-
margin-top:-
|
| 522 |
|
| 523 |
}}
|
| 524 |
|
|
@@ -537,7 +537,7 @@ st.markdown(
|
|
| 537 |
padding-right:40px;
|
| 538 |
z-index: 1;
|
| 539 |
width:88vw;
|
| 540 |
-
height:
|
| 541 |
/* Glass effect background */
|
| 542 |
background: rgba(255, 255, 255, 0.15);
|
| 543 |
backdrop-filter: blur(12px);
|
|
|
|
| 510 |
[class*="st-key-divider-col"] {{
|
| 511 |
border-left: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
|
| 512 |
border-radius: 35px; /* Rounded corners */
|
| 513 |
+
margin-top:-18px;
|
| 514 |
margin-left:3px;
|
| 515 |
|
| 516 |
}}
|
|
|
|
| 518 |
border-right: 3px solid rgba(255, 255, 155, 0.5); /* Light border */
|
| 519 |
border-radius: 35px; /* Rounded corners */
|
| 520 |
margin-left:20px;
|
| 521 |
+
margin-top:-18px;
|
| 522 |
|
| 523 |
}}
|
| 524 |
|
|
|
|
| 537 |
padding-right:40px;
|
| 538 |
z-index: 1;
|
| 539 |
width:88vw;
|
| 540 |
+
height:630px;
|
| 541 |
/* Glass effect background */
|
| 542 |
background: rgba(255, 255, 255, 0.15);
|
| 543 |
backdrop-filter: blur(12px);
|