App sleeps after 2 days of no traffic instead of 7 days

Hello, I deploy my app in streamlit PAAS and its working nicely
This app is public and I want it to run all the time for job interviews.

I saw from guides that after 7 days the app will go to sleep mode due to less traffic,
and in order to wake it up the user needs to click it.

But when I tried to enter the app after 2 days, it goes to sleep as wellโ€ฆ
I want to workaround it so the app will go live all the time, what can I do?
I would appreciate how to solve this with automatic/manual solutions.
Best regards,
Dor

What is PAAS?

the streamlit community platform for deploy apps

If there are no users, just let it sleep, it saves resources for the host. The users if really interested would just press a button to wake up the sleeping app.

Generally the author of the app with so many users needs to monetize (or even a donation just to maintain best user experience like lichess site) the app. Then rent a server or an upgraded hosting to get high uptime (low downtime) services. It benefits the users due to very low downtime, give a small profit to the host and developer. Everyone is happy.