This is the python test program:
app = dash.Dash() app.layout = html.Div(\'Dash Test\') if __name__ == \'__main__\': app.run_server(debug=True)