How to get the page to autorefresh?

I have a streamlit page and I am trying to make my page autorefresh every 5 minutes so that it can display the new content that it currently gets from a json file. I’m using streamlit_autorefresh and that’s all fine and well but the users browser doesn’t update when streamlit_autorefresh runs. Is there a good way of doing this?