You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: