JAMESPARK3 commited on
Commit
31406cd
·
verified ·
1 Parent(s): e5264ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -67,6 +67,10 @@ def main():
67
  background-repeat: no-repeat;
68
  background-position: center;
69
  }
 
 
 
 
70
  </style>
71
  """, unsafe_allow_html=True)
72
 
 
67
  background-repeat: no-repeat;
68
  background-position: center;
69
  }
70
+ .stRadio label {
71
+ font-size: 24px;
72
+ font-weight: bold;
73
+ }
74
  </style>
75
  """, unsafe_allow_html=True)
76