Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 +
|
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)
|