Marthee commited on
Commit
cdec1f2
·
verified ·
1 Parent(s): 37bc91e

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -1
templates/proposed-GUI.html CHANGED
@@ -60,7 +60,7 @@
60
  <li onclick="openTab(event, 'home')" >Measure Plans </li>
61
  <li><a href="{{ url_for('searchDocument') }}">Search in Documents</a></li>
62
  <li><a href="{{ url_for('TableDetection') }}">Table Detection</a></li>
63
-
64
  </div>
65
  </div>
66
 
 
60
  <li onclick="openTab(event, 'home')" >Measure Plans </li>
61
  <li><a href="{{ url_for('searchDocument') }}">Search in Documents</a></li>
62
  <li><a href="{{ url_for('TableDetection') }}">Table Detection</a></li>
63
+ <li><a href="{{ url_for('FindInitialMarkups') }}">Markup Specifications</a></li>
64
  </div>
65
  </div>
66