Currently, I want to call a function when a user leaves a web page.
This function has database delete fucntion.
- When one user is accessing: Function not executed
- When the last remaining user leaves the web page: Run the function
However, I cannot find a way to use the feature in streamlit. Is there any solution
Or is there a way around?