How to display user profile picutre from sql database stored as blob data in python flask

Solution
base64_image = base64.encodebytes(row.ProfilePicture).hex()
{{ row.Username }} Profile Picture