Spaces:
Running
Running
XQ commited on
Commit ·
f3c9c35
1
Parent(s): e4bc056
Update UI
Browse files- src/ui/app.py +3 -3
src/ui/app.py
CHANGED
|
@@ -436,12 +436,12 @@ st.markdown(
|
|
| 436 |
[data-testid="stRadio"] [role="radiogroup"] label:has(input:checked) p {
|
| 437 |
color: #901A1E !important;
|
| 438 |
}
|
| 439 |
-
/* Separator between the two options
|
| 440 |
-
[data-testid="stRadio"] [role="radiogroup"] label:
|
| 441 |
content: "|";
|
| 442 |
color: #CCCCCC;
|
| 443 |
font-weight: 400;
|
| 444 |
-
margin: 0
|
| 445 |
font-size: 0.92rem;
|
| 446 |
}
|
| 447 |
|
|
|
|
| 436 |
[data-testid="stRadio"] [role="radiogroup"] label:has(input:checked) p {
|
| 437 |
color: #901A1E !important;
|
| 438 |
}
|
| 439 |
+
/* Separator between the two options */
|
| 440 |
+
[data-testid="stRadio"] [role="radiogroup"] label:first-child::after {
|
| 441 |
content: "|";
|
| 442 |
color: #CCCCCC;
|
| 443 |
font-weight: 400;
|
| 444 |
+
margin-left: 0.5rem;
|
| 445 |
font-size: 0.92rem;
|
| 446 |
}
|
| 447 |
|