Spaces:
Sleeping
Sleeping
Update gen_table.py
Browse files- gen_table.py +1 -1
gen_table.py
CHANGED
@@ -21,7 +21,7 @@ def nth_large(val, vals):
|
|
21 |
|
22 |
|
23 |
def model_size_flag(sz, FIELDS):
|
24 |
-
if pd.isna(sz) and '
|
25 |
return True
|
26 |
if pd.isna(sz):
|
27 |
return False
|
|
|
21 |
|
22 |
|
23 |
def model_size_flag(sz, FIELDS):
|
24 |
+
if pd.isna(sz) and 'Unknown' in FIELDS:
|
25 |
return True
|
26 |
if pd.isna(sz):
|
27 |
return False
|