samisnotmyname commited on
Commit
449cb02
·
1 Parent(s): 7ca151b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 n a l y s e r__s t u d i o'
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))