abdeljalilELmajjodi commited on
Commit
902cd73
·
verified ·
1 Parent(s): cae0ca7

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -489,7 +489,7 @@ def create_leaderboard_display_multilingual(df, selected_country, selected_metri
489
  # Filter by country if specified
490
  if selected_country and selected_country.upper() != 'ALL':
491
  print(f"Filtering leaderboard by country: {selected_country}")
492
- print(df.columns)
493
  df = df[df['country'] == selected_country]
494
  df = df.drop(columns=['country'])
495
 
 
489
  # Filter by country if specified
490
  if selected_country and selected_country.upper() != 'ALL':
491
  print(f"Filtering leaderboard by country: {selected_country}")
492
+ print(df)
493
  df = df[df['country'] == selected_country]
494
  df = df.drop(columns=['country'])
495