Spaces:
Paused
Paused
Update app.py
Browse files
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():
|