Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|