Spaces:
Paused
Paused
<html> | |
<head> | |
<title>Image Results</title> | |
<link rel="stylesheet" href="/static/style.css"> | |
</head> | |
<body> | |
<h1>Image Results</h1> | |
<div class="image-container"> | |
<h2>Captured/Uploaded Image</h2> | |
<img src="{{ image }}" alt="Image"> | |
</div> | |
<p><a href="/">Try another</a></p> | |
</body> | |
</html> |