I have a local server that performs web scraping of data and saves this data to a repository on GitHub. Basically, this web scraping is executed every 10 minutes throughout the day. In the same repository, I developed a Streamlit web application that displays the collected data. Previously, when updating the data in the GitHub repository, the web application would automatically update with the most recent data. However, recently it has stopped updating automatically, requiring me to reboot the web app every time for the data to be refreshed. What could be causing this, and how can I resolve it?
Here is my current version:
Streamlit - 1.37.1
Python - 3.11