Update app.py
Browse files
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:
|