Remove label on the bottom of the slider?

I’m currently trying to adapt the sample graph on the plotly website to my own
This is the sample I’m using:

So I’ve got this scatter graph on my web app where I’m adding my own label into the right part of the slider (Where Year:1952 is at)

However, the issue is that my label is very long and thus doesn’t fit onto the slider bar (Where 1952-2002 is at) but otherwise fit well on the right part of the slider.

I need the label because my information changes with the slider.

Is there a way to remove the label on the bottom of the slider bar but still make the label on the right visible?