Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def leaderboard(names):
|
|
| 34 |
max_names = 10
|
| 35 |
|
| 36 |
if total_names == 3: # Special case: Center top 3
|
| 37 |
-
start_y =
|
| 38 |
line_spacing = 150
|
| 39 |
else:
|
| 40 |
start_y = 150
|
|
|
|
| 34 |
max_names = 10
|
| 35 |
|
| 36 |
if total_names == 3: # Special case: Center top 3
|
| 37 |
+
start_y = 60
|
| 38 |
line_spacing = 150
|
| 39 |
else:
|
| 40 |
start_y = 150
|