Streamlit blank page, please help

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…

Can you double check that your file is saved and see if there are any messages in your terminal where you streamlit run test.py executed your app? If that doesn’t help, double check that your terminal is pointed to the correct directory and executing the right test.py file in case you have any other Python files around by the same name.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.