Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
093826a
1
Parent(s):
5dc2a00
Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,9 @@ def se_mes_im2():
|
|
88 |
def se_mes_f():
|
89 |
return render_template('se_mes_f.html')
|
90 |
|
|
|
|
|
|
|
91 |
|
92 |
|
93 |
|
|
|
88 |
def se_mes_f():
|
89 |
return render_template('se_mes_f.html')
|
90 |
|
91 |
+
@app.route('/up_gr', methods=['GET'])
|
92 |
+
def up_gr():
|
93 |
+
return render_template('up_gr.html')
|
94 |
|
95 |
|
96 |
|