stlite icon indicating copy to clipboard operation
stlite copied to clipboard

SharedWorker mode for multiple embeddings in a single page

Open whitphx opened this issue 2 years ago • 1 comments

whitphx avatar Oct 05 '23 05:10 whitphx

Currently it's impossible because multiple Streamlit's Runtime instance can't exists in a single Python runtime. https://github.com/streamlit/streamlit/blob/61f61ad2daeab44c7d98564a57724c20f1f8a48f/lib/streamlit/runtime/runtime.py#L174-L175

whitphx avatar Oct 11 '23 15:10 whitphx