DmitrMakeev commited on
Commit
ee36027
·
verified ·
1 Parent(s): bdc3004

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -680,8 +680,8 @@ def view_image():
680
  from tabulate import tabulate
681
 
682
  # Константы
683
- TOTAL_NITROGEN = 219,925
684
- NO3_RATIO = 8.00
685
  NH4_RATIO = 1.00
686
  VOLUME_LITERS = 100
687
 
 
680
  from tabulate import tabulate
681
 
682
  # Константы
683
+ TOTAL_NITROGEN = 219.925
684
+ NO3_RATIO = 10.00
685
  NH4_RATIO = 1.00
686
  VOLUME_LITERS = 100
687