Summary
Hey guys, im trying to start a streamlit project but I’m having a problem: my main page is always blank and I don’t know what to do…
import streamlit as st
st.write(‘Hello world’)
how to leave this blank page? Im running streamlit run test.py (my project name) and every time this is happening. I don’t know what else I can do. I need help to start this project…
