Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def leaderboard(names):
|
|
| 20 |
draw = ImageDraw.Draw(bg)
|
| 21 |
|
| 22 |
# Load font (adjust path and size)
|
| 23 |
-
font = ImageFont.truetype("
|
| 24 |
|
| 25 |
# Positioning variables
|
| 26 |
start_x, start_y = 50, 100
|
|
|
|
| 20 |
draw = ImageDraw.Draw(bg)
|
| 21 |
|
| 22 |
# Load font (adjust path and size)
|
| 23 |
+
font = ImageFont.truetype("gagalin.otf", 40)
|
| 24 |
|
| 25 |
# Positioning variables
|
| 26 |
start_x, start_y = 50, 100
|