Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
dfeb4d9
1
Parent(s):
a30b9b5
Update app.py
Browse files
app.py
CHANGED
@@ -84,6 +84,9 @@ def se_mes_im():
|
|
84 |
def se_mes_im2():
|
85 |
return render_template('se_mes_im2.html')
|
86 |
|
|
|
|
|
|
|
87 |
|
88 |
|
89 |
|
|
|
84 |
def se_mes_im2():
|
85 |
return render_template('se_mes_im2.html')
|
86 |
|
87 |
+
@app.route('/se_mes_f', methods=['GET'])
|
88 |
+
def se_mes_f():
|
89 |
+
return render_template('se_mes_f.html')
|
90 |
|
91 |
|
92 |
|