... "value 2", "value 3", "value 4"]} ) app = Dash(__name__) app.layout = html.Div( [ dcc.Graph(id="graph"), DataTable( id="table", ...
確定! 回上一頁