Update streamlit_call.py

This commit is contained in:
op07n 2020-01-19 00:47:47 +01:00 committed by GitHub
parent 8e83cd3641
commit 4a3b2fa5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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", "--server.enableCORS=False", "--browser.gatherUsageStats=False"])
Popen(["streamlit", "st_runner.py", "apps", "--browser.serverAddress=0.0.0.0", "--server.enableCORS=False", "--browser.gatherUsageStats=False"])