margsli commited on
Commit
5feee9d
·
verified ·
1 Parent(s): 6adbdd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def get_full_table(arena_df, model_table_df):
166
  row.append(np.nan)
167
  row.append(np.nan)\
168
  # Team
169
- row.append(model_table_df.iloc[i]["Team"])
170
 
171
  values.append(row)
172
  values.sort(key=lambda x: -x[1] if not np.isnan(x[1]) else 1e9)
 
166
  row.append(np.nan)
167
  row.append(np.nan)\
168
  # Team
169
+ row.append(model_table_df.iloc[i]["Organization"])
170
 
171
  values.append(row)
172
  values.sort(key=lambda x: -x[1] if not np.isnan(x[1]) else 1e9)