Dash() # define the layout of the app app.layout = html.Div([ # add a date range selector dcc.DatePickerRange( id = 'my-date-picker-range', ...
確定! 回上一頁