Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Final Image</title> | |
| <link rel="stylesheet" href="{{url_for('static', filename='./style.css')}}"> | |
| </head> | |
| <body> | |
| <h1> Generated Image </h1> | |
| <div class="centerwrapper" id="centerwrapper"> | |
| <button type="button" onclick="location.href='/' ">뒤로가기</button> | |
| </div> | |
| <p> | |
| <img src="{{url_for('static', filename='./finalimg.png')}}"> | |
| </p> | |
| </body> | |
| </html> |