import dash from layout import layout # layout is where i define all layout logic/ components def serve_layout(): return layout(app) app ...
確定! 回上一頁