Hi,
Is there any way to display html or latex strings in selectbox
? (see short example below)
import streamlit as st
st.selectbox('', ['$k_A$', '$k_B$', '$k_D$', 'k<sub>C</sub>'])
Emmanuel
Hi,
Is there any way to display html or latex strings in selectbox
? (see short example below)
import streamlit as st
st.selectbox('', ['$k_A$', '$k_B$', '$k_D$', 'k<sub>C</sub>'])
Emmanuel
Hi @Emmanuel_Pean,
Currently this is not possible in Streamlit, as you have probably found out experientially.
Itβs possible we could do this, though. So I have opened it as a feature request here.
Thanks for your question!