我正在使用构建一个带有python的仪表板。我有以下代码:import dash_core_components as dccimport dash_html_components当我运行这段带有dte.DataTable注释的代码时,应用程序运行得很好。当我尝试使用dte.DataTable部分运行这个应用
当我转到一个特定的url '/ dash‘时,我希望能够从我的flask应用程序运行我的dash应用程序。然而,我得到了以下错误。'TypeError:视图函数未返回有效响应。@app.route('/dash') dashapp.start() # Run the dash app
if __name__ ==