How to bold the selectbox label

how to bold the selectbox label

Hi @calvin -

Until Streamlit releases themeing support, you can modify CSS elements like the following:

To find the CSS element you are looking for, you can use developer tools in your browser to inspect the element, then use its class/id and the proper CSS syntax to change the color, font-weight, etc.

Best,
Randy