I cant work out why my callback is not working properly

Hi @twelsh37

If you change this to include debug=True, you will see this handy error message:

if __name__ == "__main__":
    app.run_server(port=8000, debug=True)

1 Like