Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ def upload_file():
|
|
| 120 |
def get_image():
|
| 121 |
return send_from_directory(UPLOAD_FOLDER, IMAGE_FILENAME)
|
| 122 |
|
| 123 |
-
@app.route('/')
|
| 124 |
def index():
|
| 125 |
html = '''
|
| 126 |
<!DOCTYPE html>
|
|
|
|
| 120 |
def get_image():
|
| 121 |
return send_from_directory(UPLOAD_FOLDER, IMAGE_FILENAME)
|
| 122 |
|
| 123 |
+
@app.route('/se_mes_im2')
|
| 124 |
def index():
|
| 125 |
html = '''
|
| 126 |
<!DOCTYPE html>
|