import dash_core_components as dcc app = dash.Dash(__name__) app.layout = html. ... dcc.RangeSlider( min=0, max=20, step=0.5, value=[5, 15]
確定! 回上一頁