Plotly-Dash app refuses to connect to 127.0.0.1:8050

前端 未结 0 397
难免孤独
难免孤独 2021-02-13 13:35

This is the python test program:

app = dash.Dash()
app.layout = html.Div(\'Dash Test\')
if __name__ == \'__main__\':
    app.run_server(debug=True)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题