TovaHasi commited on
Commit
03c98c9
1 Parent(s): b410c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def get_array_NPV():
166
 
167
  if st.button('Сюда кликнуть чтобы посчитать'):
168
  Number_pallets, Number_machines, Number_employees = get_number_pallets_and_machines_employees()
169
- array_CF, array_PV = get_array_PV()
170
  array_NPV = get_array_NPV()
171
 
172
  IRR = np.irr(array_CF)
 
166
 
167
  if st.button('Сюда кликнуть чтобы посчитать'):
168
  Number_pallets, Number_machines, Number_employees = get_number_pallets_and_machines_employees()
169
+ array_CF, array_PV = get_array_CF_PV()
170
  array_NPV = get_array_NPV()
171
 
172
  IRR = np.irr(array_CF)