Answers for "where to store images for a flask app"

9

how to get images on flask page

<img src="{{url_for('static', filename='MD.png')}}">
Posted by: Guest on July-16-2020
2

how to put a image in flask

<image src="{{url_for('static',filename = 'images/download.jpg')}}" >
Posted by: Guest on January-14-2021

Code answers related to "where to store images for a flask app"

Python Answers by Framework

Browse Popular Code Answers by Language