logai icon indicating copy to clipboard operation
logai copied to clipboard

Update obsolete command to run dash server

Open rimonsarmah opened this issue 5 months ago • 3 comments

app.run_server has been replaced by app.run

rimonsarmah avatar Jul 16 '25 12:07 rimonsarmah

Thanks for the contribution! Before we can merge this, we need @rimonsarmah to sign the Salesforce Inc. Contributor License Agreement.

salesforce-cla[bot] avatar Jul 16 '25 12:07 salesforce-cla[bot]

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 => app.run(debug=False) and managed to run

quadro-network avatar Aug 21 '25 15:08 quadro-network

Yeah, this is what I did so wanted to commit this change and get it merged but looks like that’s not happening.

rimonsarmah avatar Aug 21 '25 16:08 rimonsarmah