diff --git a/.binder/streamlit_call.py b/.binder/streamlit_call.py index 3f6ac47..1abb367 100644 --- a/.binder/streamlit_call.py +++ b/.binder/streamlit_call.py @@ -3,4 +3,4 @@ from subprocess import Popen def load_jupyter_server_extension(nbapp): """serve the bokeh-app directory with bokeh server""" - Popen(["streamlit", "st_runner.py", "apps", "--browser.serverAddress=0.0.0.0", "--server.enableCORS=False", "--browser.gatherUsageStats=False"]) + Popen(["streamlit", "run", "st_runner.py", "apps", "--browser.serverAddress=0.0.0.0", "--server.enableCORS=False", "--browser.gatherUsageStats=False"])