Hello,
I’m using the example (st.file_uploader - Streamlit Docs) to upload a plain text file.
The file contains the $ sign (the file is about currencies). However, when displayed using st.write, every word or character after the $ sign appear in italic.
Is there a special encoding needed, or some options when using st.file_uploader ?
thanks in advance for any help.
Regard.
Python 3.11.4
streamlit : 1.26.0

