Reaperxxxx commited on
Commit
49af655
·
verified ·
1 Parent(s): 4aab812

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 - 300 # 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 - 80 # Adjust horizontal alignment
44
 
45
  # Draw names on image
46
  for i, name in enumerate(name_list[:max_names]):