app.layout = html.Div([. dcc.Graph(id='graph'),. dcc.Dropdown(id='year-picker',options=year_options,value=df['year'].min()). ] ...
確定! 回上一頁