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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def leaderboard(names):
40
  start_y = 80
41
  line_spacing = (img_height - 300) // max_names
42
 
43
- start_x = img_width - 600 # Adjust horizontal alignment
44
 
45
  # Draw names on image
46
  for i, name in enumerate(name_list[:max_names]):
 
40
  start_y = 80
41
  line_spacing = (img_height - 300) // max_names
42
 
43
+ start_x = img_width - 680 # Adjust horizontal alignment
44
 
45
  # Draw names on image
46
  for i, name in enumerate(name_list[:max_names]):