DmitrMakeev commited on
Commit
2325df5
·
verified ·
1 Parent(s): 87d1369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -676,7 +676,9 @@ def view_image():
676
  return render_template('show_image.html')
677
 
678
 
679
- from tabulate import tabulate
 
 
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