philip-singer commited on
Commit
c6d75e0
·
verified ·
1 Parent(s): ac96225

Update templates/result.html

Browse files
Files changed (1) hide show
  1. 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>