the label of the color picker is on top, the one for the checkbox is on the right. Is there a way to change the layout of the color picker, so it’s consistent with the checkbox?
Maybe there’s some sort of html-thing I could do with st.write()? I really need the label on the right instead of on top…
Seems like that could be used for the color picker as well. I played around with it, but since I don’t really know how it works, I couldn’t make it work. This is one of the things I tried (unsuccessfully):
It took me forever to find the right divs and settings, but I finally managed to make the color picker look like the check boxes. Here’s the code I used if anyone needs it: