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

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
- <li><a href="{{ url_for('FindInitialMarkups') }}">Markup Specifications</li>
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
+
64
  </div>
65
  </div>
66