Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -408,8 +408,8 @@ radio_css = """
|
|
408 |
|
409 |
/* Optional: Style for the selected option's text */
|
410 |
.gradio-radio .wrap > label.selected > span { /* <--- Style for selected option */
|
411 |
-
font-weight:
|
412 |
-
color: #
|
413 |
}
|
414 |
|
415 |
/* Optional: Style the container for options if needed */
|
|
|
408 |
|
409 |
/* Optional: Style for the selected option's text */
|
410 |
.gradio-radio .wrap > label.selected > span { /* <--- Style for selected option */
|
411 |
+
font-weight: normal;
|
412 |
+
color: #87CEEB;
|
413 |
}
|
414 |
|
415 |
/* Optional: Style the container for options if needed */
|