Reaperxxxx commited on
Commit
32a2a45
·
verified ·
1 Parent(s): 4ca8f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def leaderboard(names):
24
  if not os.path.exists(font_path):
25
  return "Error: Font file 'Gagalin.otf' not found", 500
26
 
27
- font = ImageFont.truetype(font_path, 30) # Adjust font size as needed
28
 
29
  # Image dimensions
30
  img_width, img_height = bg.size
 
24
  if not os.path.exists(font_path):
25
  return "Error: Font file 'Gagalin.otf' not found", 500
26
 
27
+ font = ImageFont.truetype(font_path, 39) # Adjust font size as needed
28
 
29
  # Image dimensions
30
  img_width, img_height = bg.size