Enbeding bokeh visualization

I have a small web application done in HTML/JS or AJAX. I wanted to use a Python Visualization inside in that application.

Executing Python component gives the HTML content, which I want to embed inside the application.

I am using bokeh library, it will generate that HTML content which i mentioned above. So how can i achieve this.