I am trying to write mathematical expressions using streamlit.write() and $$ for latex formatting. Unfortunately, I cannot write $\beta$, it renders like eta an $\rho$ like ho.
I really need to use streamlit.write(), not streamlit.latex() for this case.
Can you please help me?
Thank you.