SondosMB commited on
Commit
803487b
·
verified ·
1 Parent(s): c45fa22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,7 +405,7 @@ def evaluate_predictions(prediction_file, model_name,Team_name ,add_to_leaderboa
405
  'overall_accuracy': overall_accuracy,
406
  'correct_predictions': correct_predictions,
407
  'total_questions': total_predictions,
408
- 'Team_name': model_name if model_name else "Unknown Team",
409
  }
410
 
411
  if add_to_leaderboard:
 
405
  'overall_accuracy': overall_accuracy,
406
  'correct_predictions': correct_predictions,
407
  'total_questions': total_predictions,
408
+ 'Team_name': Team_name if Team_name else "Unknown Team",
409
  }
410
 
411
  if add_to_leaderboard: