How to add sliders to plotly graphs

I have a plotly graph that contains a larger circle and a smaller circle inside. At the moment the smaller circle is drawn according to the x and y of a dataframe. I want to update the figure to add vertical and horizontal sliders that take the exact x and y position of the smaller circle and can allow the user to adjust the sliders as the smaller circle changes.

Your guidance and help is highly appreciated.