return fig_RUL['Figure'][0]
A callback is triggered which updates the figure component of dcc.Graph.
The above line of code is sent to the graph component.
Originally the layout will have two columns and the second column will have two graphs in rows.
But this update results in 3 rows, one with header and the other two with graphs.