How to output two graphs in Dash?

Hey,
I am looking to create an app which outputs two graphs. This app fetches the data
from an API call using the dropdown defined in the layout. So my logic toward the end creates two dataframes.

  1. I need to visualize this two diff dataframes using two graphs and each graph should essentially change based on the input from the drop down.

This is the workflow: 1. Dropdown selected => Makes an API call => Applies logic => Build 2 dataframe => Visualize two dataframes on two different graphs. Change value in drop down, both graph updates.

How should I go about in achieving this?

Kindly guide.
Regards,
Rachit