Streamlit is not refreshing

Summary

Hi all,
I am new here, but I love streamlit already!
I have one question, when I work on my private computer I can refresh the browser to see changes in the code, I don’t need to do “streamlit run app.py” with every change.

When I try to do the same on company’s computer I run streamlit via bat file which is pointing out first python interpreter and then says -streamlit run and path to app.
Something like this;

Pathofinterpreter\python -m streamlit run pathtoapplication\application.py

My issue is that whenever I change something in the code and I refresh the browser I don’t see changes, I need to run bat file every signle time.
Not sure how is it possible that on private PC it works and in company’s shared drives etc it doesnt, any idea?

Thanks
Pawel

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