Reaperxxxx commited on
Commit
0a80c27
·
verified ·
1 Parent(s): 9734553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("arial.ttf", 40)
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