Hey guys,
In an option = st.selectbox(labels)
is there a way to have the option
that is being returned being different than the labels being shown? (but still 1:1)? I would like to show a more human readable option on the UI, but have a compact name returned in python.
Thanks!