I am getting an issue with deploying my dash app to azure. I am following the command line deployment tutorial and keep getting the error message “Application object must be callable”
I’ve named the file application.py and I have the following at the start of my code, what else am I missing?
app = dash.Dash()
server = app.server
and at the bottom of my code:
if __name__ == '__main__':
app.run_server()
1 post - 1 participant







