Hi all,
it’s been a while since my last interaction with Streamlit, I was wondering about radiobuttons:
- is it possible to enter Image next to name for radiobutton option? (image attached).
For example, I would use instead options ‘Radio’ something like: ‘Radio’ st.image(image), or just st.image
st.radio(label = 'R1', options = ['Radio' st.image, st.image, 'R3','4']