Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -676,7 +676,9 @@ def view_image():
|
|
676 |
return render_template('show_image.html')
|
677 |
|
678 |
|
679 |
-
|
|
|
|
|
680 |
|
681 |
# Константы
|
682 |
TOTAL_NITROGEN = 125.000
|
|
|
676 |
return render_template('show_image.html')
|
677 |
|
678 |
|
679 |
+
@app.route('/nutri_call', methods=['GET'])
|
680 |
+
def nutri_call():
|
681 |
+
return render_template('nutri_call.html')
|
682 |
|
683 |
# Константы
|
684 |
TOTAL_NITROGEN = 125.000
|