gabrieltempass / streamlit-navigation-bar

A component that allows you to place a navigation bar in your Streamlit app.
https://streamlit.io/
MIT License
109 stars 11 forks source link

Not displaying changes upon saving #10

Open marabian opened 3 months ago

marabian commented 3 months ago

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.

sungjinoh commented 4 weeks ago

I'm having the same issue. is there a way?