Div([ dcc.Slider( id='amplitude_value', min=-20, max=20, step=1, value=20, marks={ i:str(i) for i in range(-20,21)} ), ]), html.
確定! 回上一頁