Spaces:
Paused
Paused
Update templates/results.html
Browse files- templates/results.html +2 -2
templates/results.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Image Results</title>
|
5 |
-
<link rel="stylesheet" href="
|
6 |
</head>
|
7 |
<body>
|
8 |
<h1>Image Results</h1>
|
@@ -10,6 +10,6 @@
|
|
10 |
<h2>Captured/Uploaded Image</h2>
|
11 |
<img src="{{ image }}" alt="Image">
|
12 |
</div>
|
13 |
-
<p><a href="
|
14 |
</body>
|
15 |
</html>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Image Results</title>
|
5 |
+
<link rel="stylesheet" href="/static/style.css">
|
6 |
</head>
|
7 |
<body>
|
8 |
<h1>Image Results</h1>
|
|
|
10 |
<h2>Captured/Uploaded Image</h2>
|
11 |
<img src="{{ image }}" alt="Image">
|
12 |
</div>
|
13 |
+
<p><a href="/">Try another</a></p>
|
14 |
</body>
|
15 |
</html>
|