zhimin-z commited on
Commit
6a529df
·
1 Parent(s): 53aaae8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -561,7 +561,7 @@ def get_leaderboard_data(vote_entry=None, use_cache=True):
561
 
562
  # Combine all results into a single DataFrame
563
  # Add Website column by mapping model names to their links
564
- website_values = [model_links.get(model, "N/A") for model in elo_scores.index]
565
 
566
  leaderboard_data = pd.DataFrame(
567
  {
 
561
 
562
  # Combine all results into a single DataFrame
563
  # Add Website column by mapping model names to their links
564
+ website_values = [model_links.get(model, "") for model in elo_scores.index]
565
 
566
  leaderboard_data = pd.DataFrame(
567
  {