gabrieltempass / streamlit-navigation-bar

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

Webpage is not rerun after changing code #12

Open fuge-rc opened 5 months ago

fuge-rc commented 5 months ago

Checklist

Summary

In this navigation bar environment, if I change the code and refresh the webpage, the webpage is the same, I am using the example sample code and its behavior is the same, this is not what default Streamlit is doing, I am using the latest Streamlit code (v1.35) and the default behavior is whenever you change the Streamlit code, and refresh the browser, the webpage will update to reflect the changing code, however, if I use the Streamlit Navigation Bar, no matter how much I change the code, the webpage is static and never change

Reproducible code example

No response

Steps to reproduce

No response

Expected behavior

No response

Current behavior

No response

Is this a regression?

Debug info

Additional information

No response

fuge-rc commented 5 months ago

report bug