I am trying to embed a live twitter sentiment streaming dash app in flask

The app and all stuffs run fine, but I get an error code with 200 several times(since it is streaming graph)

200 is a generic success code, not an error. Sounds like you’re just looking at request logs or something.

I don’t see the corresponding live graph on the screen. A blank graph is just displayed.