I'm using streamlit for in my python script and noticed that streamlit is always loading a blank page when running my streamlit app as shown below

Even when I tried to run streamlit hello
it gave me the same blank page.
The streamlit version I was using is 1.8.1
with Python 3.8
. But later, when I tried to run it on streamlit 1.7.0
everything worked out perfectly.
So anyone knows the reason why streamlit 1.8.1
app is loading blank pages?