Jerrycool commited on
Commit
8901aad
·
verified ·
1 Parent(s): 15cd429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: bold;
412
- color: #111;
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 */