Is there a way to change the size of the button widget? :
1 Like
Hi @batman,
If you know your way through CSS, you can define CSS properties to apply to every Streamlit button using the load_css
hack from this post for example:
Tell us if you need more info on this!
Fanilo
3 Likes
That looks awesome! Thank you @andfanilo
I don’t know CSS but I looks like I’ll be able to get away with it by modifying your examples