Hi @Parmej
There’s a related post on caching data for individual users that you can look into for inspiration. In a nutshell, this would require the use of st.experimental_user
that would cache data for logged-in user.
Here’s the Docs page for st.experimental_user
with several other example code snippets.
Best regards,
Chanin