Answers for "flask images static"

3

how to add images in hml while using flask

<image src="{{url_for('static',filename = 'images/download.jpg')}}" >
<!--filename  = "path of your image in in static folder"-->
Posted by: Guest on June-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language