Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
21416a0
1
Parent(s):
4b4b235
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,9 @@ def veref():
|
|
60 |
def se_mes():
|
61 |
return render_template('se_mes.html')
|
62 |
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
|
|
|
60 |
def se_mes():
|
61 |
return render_template('se_mes.html')
|
62 |
|
63 |
+
@app.route('/se_mes_im', methods=['GET'])
|
64 |
+
def se_mes_im():
|
65 |
+
return render_template('se_mes_im.html')
|
66 |
|
67 |
|
68 |
|