Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Logs are available between sessions and persistent logs are deleted after 30 days #13

Open
andreped opened this issue Mar 20, 2024 · 1 comment

Comments

@andreped
Copy link
Member

In streamlit it is possible to store session-dependent variables using st.session_state. Sadly, Gradio don't have an identical method for this. This we would need to be able to keep logs separate between users. Currently, all users read from the same file lying in the container itself.

@andreped
Copy link
Member Author

This issue was also reported in another project with the same implementation:
raidionics/AeroPath#42

Same fix here should be applied there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant