You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title should be explicit enough, here are the callback and the visuals
@app.callback(
Output('knob', 'value'),
[],
[],
[
Event('radio-choice', 'change')
]
)
def knob_reset():
"""reset the knob to 0 when the radio item is toggled"""
return 0
The text was updated successfully, but these errors were encountered:
The title should be explicit enough, here are the callback and the visuals
The text was updated successfully, but these errors were encountered: