Div([ dcc.Dropdown(options=[{'label': color, 'value': color} for color in ['blue', 'green', 'yellow']]), html.Div() ]) 4. Run the app as usual, ...
確定! 回上一頁