Marthee commited on
Commit
51d4d28
·
verified ·
1 Parent(s): 0a98cdb

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -0
templates/proposed-GUI.html CHANGED
@@ -59,6 +59,7 @@
59
  <div id="menuOptions">
60
  <li onclick="openTab(event, 'home')" >Measure Plans </li>
61
  <li><a href="{{ url_for('searchDocument') }}">Search in Documents</a></li>
 
62
  </div>
63
  </div>
64
 
 
59
  <div id="menuOptions">
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