Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Deploying Dash app to Azure - Application object must be callable

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images