Run Streamlit hello. It works but use streamlit run main.py. It does not work
Did you save the contents of main.py? Streamlit will not reflect the content of main.py until the content is saved.
main.py has been already saved before execute
Two months ago, it worked but now not work. It cannot support streamlit local server
- Does
streamlit hellowork? - Does
streamlit runwork for any other file?- Go to a clean directory.
- Create a simple app
import streamlit as st st.write("hello") - Can you
streamlit runthe simple app?
Hi Debbie,
All work for me. Thank
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
