For any python file , browser opend by streamlit code showes nothing, it's just empty

Hi @Atya_Shakir

The Streamlit and Python versions that you are using seems to be compatible. Have you tried with another browser such as Chrome or Firefox and does the same issue still shows?

Also have you tried using other code such as

import streamlit as st
st.write('Hello world!')