alphapept icon indicating copy to clipboard operation
alphapept copied to clipboard

Can't abort runs in 0.4.5.

Open straussmaximilian opened this issue 2 years ago • 0 comments

Upadting to the latest version of streamlit causes a bug when trying to stop a run in the GUi.

raise st.script_runner.RerunException(st.script_request_queue.RerunData(None))
AttributeError: module 'streamlit' has no attribute 'script_runner'

straussmaximilian avatar May 02 '22 15:05 straussmaximilian