Summary
Hi, i have a multipage app and some pages are importing some utils modules that i made. Is there a way to make streamlit recognizes changes in modules code to refresh? Everytime i make a change in this modules i have to restart the server
Expected behavior:
My Dash app structure is like that?
/Dash
/Dash/Home.py
/Dash/pages
/Dash/pages/Models.py
/Dash/pages/Indicators.py
/Dash/utils
/Dash/utils/bt_utils.py
/Dash/utils/st_utils.py
My Indicators.py imports bt_utils.py for example.