Spaces:
Runtime error
Runtime error
Update templates/result.html
Browse files- templates/result.html +1 -1
templates/result.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
<p><strong>Sediment Type:</strong> {{ nearest_beach.sediment }}</p>
|
| 47 |
</div>
|
| 48 |
|
| 49 |
-
<a href="/" class="button-link">Make another prediction</a>
|
| 50 |
</div>
|
| 51 |
|
| 52 |
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
|
|
|
| 46 |
<p><strong>Sediment Type:</strong> {{ nearest_beach.sediment }}</p>
|
| 47 |
</div>
|
| 48 |
|
| 49 |
+
<a href="/predicter" class="button-link">Make another prediction</a>
|
| 50 |
</div>
|
| 51 |
|
| 52 |
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|