Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|