SondosMB commited on
Commit
70ae509
·
verified ·
1 Parent(s): 076185a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def update_leaderboard(results):
242
  "Correct Predictions": results['correct_predictions'],
243
  "Total Questions": results['total_questions'],
244
  "Timestamp": datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
245
- "Team Name": results['Team_name'],
246
  }
247
 
248
  try:
 
242
  "Correct Predictions": results['correct_predictions'],
243
  "Total Questions": results['total_questions'],
244
  "Timestamp": datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
245
+ "Team Name": results['Team_name']
246
  }
247
 
248
  try: