Hi, Iām new to Streamlit (itās great!) and am using it for building annotation apps.
To avoid bias, itās critical for me not to display any default option for the multiple choice questions. I havenāt found any way to do that for either selectboxs/radio buttons/select sliders. There are some workarounds such as adding a filler option for selectboxs but theyāre pretty ugly.
Is there any css hack to change the display and avoid highlighting the default option? Any other solution that I missed?
@Shawn_Pereira , thanks, this is pretty much what I do now, but itās not very pretty, especially for radio buttons.
Iām looking for a way to display only the actual options (āYesā and āNoā in my case) but make the default option appear just as the others.