Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ def generate(logo=None, Vtubername=""):
|
|
187 |
center=((title_logo.width - caption.width) // 2,title_logo.height//2)
|
188 |
bottom=(title_logo.width-caption.width)//2,int(title_logo.height-caption.height-100)
|
189 |
lower_right=(title_logo.width-caption.width-40,int(title_logo.height-caption.height-80))
|
190 |
-
upper_right=(title_logo.width-caption.width-
|
191 |
|
192 |
|
193 |
# Define the possible positions
|
|
|
187 |
center=((title_logo.width - caption.width) // 2,title_logo.height//2)
|
188 |
bottom=(title_logo.width-caption.width)//2,int(title_logo.height-caption.height-100)
|
189 |
lower_right=(title_logo.width-caption.width-40,int(title_logo.height-caption.height-80))
|
190 |
+
upper_right=(title_logo.width-caption.width-40,int(caption.height+80))
|
191 |
|
192 |
|
193 |
# Define the possible positions
|