Hi, I recently started using Streamlit for the first time. It’s been working really well, but now I need a little help.
I’ve been trying to make the app close after x time criteria.
First thing I tried was to make the app close by itself if there’s no interaction with the app. It seems quite complex so I gave up with it.
Now, second thing I tried was to make the app close itself after certain amount of time (for example 20 minutes after run) but no luck yet.
I’m planning to run the app with a .bat file, does someone know how to stop execution after certain amount of time?