Reaperxxxx commited on
Commit
4a2292e
·
verified ·
1 Parent(s): 5a3f8d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def generate_profile():
98
 
99
  # **Other details BELOW profile picture**
100
  info_x = pfp_x
101
- info_y = pfp_y + pfp_size + 30 # Below the profile picture
102
  text_spacing = 45 # Space between text lines
103
 
104
  draw.text((info_x, info_y), f"Rank: {rank}", font=font_medium, fill=text_color)
 
98
 
99
  # **Other details BELOW profile picture**
100
  info_x = pfp_x
101
+ info_y = pfp_y + pfp_size + 70 # Below the profile picture
102
  text_spacing = 45 # Space between text lines
103
 
104
  draw.text((info_x, info_y), f"Rank: {rank}", font=font_medium, fill=text_color)