I run local streamlit app and have some folder structure like:
./
core/
utills/
ui/
Windows 10
Streamlit, version 1.27.2
Python 3.11.4
When I change file in root folder - all is fine. It detects changes and rebuild app. I see all changes.
But when I change something in core or core/utils folder I have a problem - it detects changes and ask to re-run app, but didn’t compile it and I have to click Refresh button in browser to re-build changes.
Is there way to re-build app after any changes?