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.