I am new to plotly & dash.
I am thinking of building a dash app and sharing among our internal group. We are using some remote windows machines. I tried the simple bar example in the tutorial. By the following setting, I was able to visit the application.
if name == ‘main’:
app.run_server(debug=‘False’, host=’.,,’, port = 2018, threaded=True)
However, no two users can visit this application at the same time. Any suggestions? Thanks!