Using st.write with $ sign gives formatted text

You can escape all dollar signs before rendering with str.replace("$", "\$"). Check this other post for an example:

1 Like