
Keeping your Streamlit app awake using Selenium and Github Actions
Streamlit apps sleep after a period of inactivity if hosted on Streamlit Community Cloud (free tier) To wake your app up, you need to click a button We can use Github actions + Selenium to automate this button clicking every couple of hours Streamlit apps hosted on the Community Edition (free tier) go to sleep…