how do I set up html with text and images for flask app?

Solution
return render_template('your_template.html', prediction=response['prediction'])