Plotly express facet

Hi,
Plotly express allows to make facet either by row or by column. Is it possible to make facet with only one variable that will be on rows and columns ? like facet_wrap() in ggplot2 ?

Thanks