Spaces:
Running
Running
Update helper.py
Browse files
helper.py
CHANGED
@@ -364,4 +364,5 @@ def get_lang_table(lang_name):
|
|
364 |
table['model'] = table['rank_symbol'] + ' ' + table['model']
|
365 |
table = table.drop(columns=['rank_symbol', '__overall_score_float'])
|
366 |
return table
|
|
|
367 |
|
|
|
364 |
table['model'] = table['rank_symbol'] + ' ' + table['model']
|
365 |
table = table.drop(columns=['rank_symbol', '__overall_score_float'])
|
366 |
return table
|
367 |
+
|
368 |
|