jonathanjordan21 commited on
Commit
5260d7f
·
verified ·
1 Parent(s): 8a2f017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ def find_swdkllj(row):
86
  return "C2"
87
 
88
  if "PICK UP" in nm:
89
- if cc <= 2400:
90
- return "DP"
91
 
92
  df_sample["gol"] = df_sample.apply(find_swdkllj, axis=1)
93
 
 
86
  return "C2"
87
 
88
  if "PICK UP" in nm:
89
+ # if cc <= 2400:
90
+ return "DP"
91
 
92
  df_sample["gol"] = df_sample.apply(find_swdkllj, axis=1)
93