How to update your plot in real time with Dash Python

I am using the Python request to request data from a server and my app has sets of inputs and ouputs. And the inputs are the graph objects.

In my callback function, when returning my plot does not update in real time. Is there hack around this? I tried dash intervals but this was only running at the set intervals. My plot is supposed to move in real time