Update app.py
Browse files
app.py
CHANGED
|
@@ -528,7 +528,7 @@ def analyze_aadhar_pair(front_path, back_path):
|
|
| 528 |
|
| 529 |
@app.route('/')
|
| 530 |
def home():
|
| 531 |
-
return render_template(
|
| 532 |
|
| 533 |
@app.route('/upload', methods=['POST'])
|
| 534 |
def upload_file():
|
|
|
|
| 528 |
|
| 529 |
@app.route('/')
|
| 530 |
def home():
|
| 531 |
+
return render_template('upload.html')
|
| 532 |
|
| 533 |
@app.route('/upload', methods=['POST'])
|
| 534 |
def upload_file():
|