Select Text read_text.html

final_image.html

<!DOCTYPE html>
<html>
  <head>
    <title>Final Image</title>
  </head>
  <body>
    <h1>Final Image</h1>
    <a href="{{ url_for('index') }}" class="refresh-button">Home</a> 
    <p>{{ message }}</p>
    <img src="{{ url_for('static', filename='final_images/'+final_image) }}" alt="{{ final_image }}">
  </body>
</html>
Back to file list