Spaces:
Runtime error
Runtime error
Commit ·
449cb02
1
Parent(s): 7ca151b
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ def igc(content_title='content_title',
|
|
| 37 |
rnsubbg = random.choice(subbg)
|
| 38 |
|
| 39 |
#Add Account name on image
|
| 40 |
-
account_name = '@' + 'a
|
| 41 |
-
background_image = Image.open('Background/'+rntitlebg+'.png')
|
| 42 |
sub_background_image = Image.open('Background/'+rnsubbg+'.png')
|
| 43 |
background_image = background_image.resize((2000 , 2000))
|
| 44 |
sub_background_image = sub_background_image.resize((2000 , 2000))
|
|
|
|
| 37 |
rnsubbg = random.choice(subbg)
|
| 38 |
|
| 39 |
#Add Account name on image
|
| 40 |
+
account_name = '@' + 'a l g o r i t h m i c a i t i f y'
|
| 41 |
+
background_image = Image.open('Background/'+rntitlebg+'.png')
|
| 42 |
sub_background_image = Image.open('Background/'+rnsubbg+'.png')
|
| 43 |
background_image = background_image.resize((2000 , 2000))
|
| 44 |
sub_background_image = sub_background_image.resize((2000 , 2000))
|