Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -689,7 +689,7 @@ def nutri_call():
|
|
689 |
|
690 |
|
691 |
|
692 |
-
|
693 |
# Входные данные (пример)
|
694 |
INPUT_DATA = {
|
695 |
"fertilizerConstants": {
|
@@ -712,7 +712,7 @@ INPUT_DATA = {
|
|
712 |
}
|
713 |
}
|
714 |
|
715 |
-
|
716 |
|
717 |
class NutrientCalculator:
|
718 |
def __init__(self, fertilizer_constants, profile_settings, liters, rounding_precision, activation_cacl, enhancement_cacl, use_magnesium_nitrate, magnesium_nitrate_ratio):
|
|
|
689 |
|
690 |
|
691 |
|
692 |
+
from tabulate import tabulate
|
693 |
# Входные данные (пример)
|
694 |
INPUT_DATA = {
|
695 |
"fertilizerConstants": {
|
|
|
712 |
}
|
713 |
}
|
714 |
|
715 |
+
|
716 |
|
717 |
class NutrientCalculator:
|
718 |
def __init__(self, fertilizer_constants, profile_settings, liters, rounding_precision, activation_cacl, enhancement_cacl, use_magnesium_nitrate, magnesium_nitrate_ratio):
|