Rahmanma commited on
Commit
f43d247
1 Parent(s): 329b42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ def get_imp_val2(x):
70
 
71
  # Define the function to perform the calculation
72
  def calculate_operation(input1, input2,input3, input4,input5, input6):
 
73
  output = input.copy()
74
  size = len(input)-1 - input.count(-1)
75
  print("size",size)
 
70
 
71
  # Define the function to perform the calculation
72
  def calculate_operation(input1, input2,input3, input4,input5, input6):
73
+ input = [input1,input2,input3,input4,input5,input6]
74
  output = input.copy()
75
  size = len(input)-1 - input.count(-1)
76
  print("size",size)