I have the following set in my config file, it works outside of this plugin.
[server]
runOnSave = true
For some reason, I always need to rerun the streamlit run streamlit_app.py command for the changes to reflect on local host. Even rerunning within the app doesn't fix it. Im using Streamlit v1.35.0.
Checklist
Description
I have the following set in my config file, it works outside of this plugin.
[server] runOnSave = true
For some reason, I always need to rerun the
streamlit run streamlit_app.py
command for the changes to reflect on local host. Even rerunning within the app doesn't fix it. Im using Streamlit v1.35.0.