TovaHasi commited on
Commit
7107df1
1 Parent(s): 19e516e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = get_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)