Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def get_array_NPV():
|
|
118 |
|
119 |
if st.button('Сюда кликнуть чтобы посчитать'):
|
120 |
Number_pallets, Number_machines, Number_employees = get_number_pallets_and_machines_employees()
|
121 |
-
array_CF, array_PV =
|
122 |
array_NPV = get_array_NPV()
|
123 |
|
124 |
IRR = np.irr(array_CF)
|
|
|
118 |
|
119 |
if st.button('Сюда кликнуть чтобы посчитать'):
|
120 |
Number_pallets, Number_machines, Number_employees = get_number_pallets_and_machines_employees()
|
121 |
+
array_CF, array_PV = get_array_CF_PV()
|
122 |
array_NPV = get_array_NPV()
|
123 |
|
124 |
IRR = np.irr(array_CF)
|