Network with 2 rings using Python Dash Cytoscape

I want to create a GUI with the network graph like the drawing below.
Basically, 2 rings of network nodes, and the nodes in ring 1 can also connect to nodes in ring 2
I’m using Python Dash Cytoscape… Not sure how do I do it. If I put all the nodes in 1 Cytoscape object (layout=circle), it will make a big circle.
If I create 2 Cytoscape objects, not sure how to create edges between 2 rings