Fixed as 0.52.2. Looks like there was an issue with the build last time, and our tests didn’t catch it. Will add a test for it now!
Thx
Works for me. I’ve just upgraded to 0.52.2 and tested awesome-streamlit.org with success.
Great job with file uploader - really handy!
I am having a problem though with text formating while using write, title and header command. Instead of getting formatted text I am getting text with tags. Here is example:
st.header(‘Set priorities’)
returns:
I am running streamlit app on AWS on Amazon Linux 2. Python 3.7.4
Hi @Mkul , welcome to the Streamlit forum!
I tried to reproduce your issue and I could not. I’m guessing there’s something going on in an interaction between this statement and its placement in the code.
Could you possibly post more of the script you’re trying to run where you’re getting this effect?
Thanks for the reply. Actually, I can’t reproduce that issue anymore. Now everything works like a charm.
Maybe it was some cache or something.