Try something like this:
fig.update_layout(
height=600,
width=1200,
title="MyTitle",
xaxis1=dict(rangeslider=dict(visible=False)),
xaxis2=dict(rangeslider=dict(visible=False)),
)
If you have several subplots, you may need several instances of xaxisNNN