how to route an image through flask code example
Example 1: how to get images on flask page
<img src="{{url_for('static', filename='MD.png')}}">
Example 2: how to put a image in flask
<image src="{{url_for('static',filename = 'images/download.jpg')}}" >