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)
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)