Contributor

Results 1 comments of Contributor

Couldn't run **python3 gui/application.py** It turned out that when using the new version of Dash, the call was replaced with **app.run(...)** In application.py, I corrected the line from **app.run_server(debug=False)** to...