Marthee commited on
Commit
fe0dcde
·
verified ·
1 Parent(s): ff136a5

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -0
templates/proposed-GUI.html CHANGED
@@ -60,6 +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
  </div>
64
  </div>
65
 
 
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</li>
64
  </div>
65
  </div>
66