Minor fix to enable float step value

#2
by mayalenE - opened

The 'handle_min_change' and 'handle_max_change' currently parse values to integers preventing the use of float step values (eg step=0.1).
The proposed suggestion enables to have float min/max values such that the step argument acts as in the original Slider gradio component.

Can you please open a PR in the github repository @mayalenE ? Would love to integrate this fix

https://github.com/freddyaboulton/gradio-range-slider/pull/5

freddyaboulton changed pull request status to closed

Sign up or log in to comment