Summary
I want to add css like to increase the font size of label in selectbox.
Steps to reproduce
Code snippet:
user_input = st.text_input("Enter some text:")
# Create a dropdown with a list of options
dropdown_option = st.selectbox("Select an option:", ["Option 1", "Option 2", "Option 3"])
# Create radio buttons for a choice
radio_option = st.radio("Select one of the options:", ["A", "B", "C"])
If applicable, please provide the steps we should take to reproduce the error or specified behavior.
Expected behavior:
How to change the font size of the labels in selectbox and radiobox.
Actual behavior:
after injecting the the css or y using the st.markdown its not working.