Pie facet_row or facet_col

I need a facet_row or facet_col feature for plotly.express pie chart.
The furthest I have came is " Pie Charts in subplots" section on Pie Charts | Python | Plotly, but this example is for gaph_objects, not plotly.express.

At the moment I am using dash with plotly.express.
Can I somehow use plotly express for filling up traces in fig?
What are my options?