Marthee commited on
Commit
e11dcfc
·
verified ·
1 Parent(s): d46c9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -164,6 +164,10 @@ def searchDocument():
164
  @app.route('/tableDetection',methods=["GET", "POST"])
165
  def TableDetection():
166
  return render_template('tableDetection.html')
 
 
 
 
167
 
168
  @app.route('/legends',methods=["GET", "POST"])
169
  def legendDirectory():
 
164
  @app.route('/tableDetection',methods=["GET", "POST"])
165
  def TableDetection():
166
  return render_template('tableDetection.html')
167
+
168
+ @app.route('/FindInitialMarkups',methods=["GET", "POST"])
169
+ def FindInitialMarkups():
170
+ return render_template('FindInitialMarkups.html')
171
 
172
  @app.route('/legends',methods=["GET", "POST"])
173
  def legendDirectory():