Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def leaderboard(names):
|
|
| 37 |
start_y = 65
|
| 38 |
line_spacing = 158
|
| 39 |
else:
|
| 40 |
-
start_y =
|
| 41 |
line_spacing = (img_height - 300) // max_names
|
| 42 |
|
| 43 |
start_x = img_width - 680 # Adjust horizontal alignment
|
|
|
|
| 37 |
start_y = 65
|
| 38 |
line_spacing = 158
|
| 39 |
else:
|
| 40 |
+
start_y = 87
|
| 41 |
line_spacing = (img_height - 300) // max_names
|
| 42 |
|
| 43 |
start_x = img_width - 680 # Adjust horizontal alignment
|