Streamlit is not displaying output

Hi,
I tried to implement the following example using streamlit in windows system using Anaconda prompt. But it did not work.

import streamlit as st
st.write(""" # My First App
Hello World!
β€œβ€")
Got the following message in the browser.

Will be troubleshooting this in a little bit, seems like another user is reporting this as well:

Hi @Rana, unfortunately, this is a browser compatibility issue. An issue has been created for us to address this problem. In the meantime, if you are able to use another browser or upgrade your current browser, this should resolve your issue.

Supported browsers are:
Edge 79+
Chrome 69+
Firefox 62+
Safari 12+
Opera 56+

For the full list, of browsers, please see here

1 Like

Thanks a lot @karriebear. I have changed the browser and it is working now. :slight_smile: