fastapi-demo / templates /results.html
heboya8's picture
Update templates/results.html
dc10af5 verified
raw
history blame contribute delete
342 Bytes
<!DOCTYPE html>
<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>