Yaron Koresh commited on
Commit
d885377
·
verified ·
1 Parent(s): 74ad25f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def handle_generate(*_inp):
241
 
242
  if inp[5] != "":
243
  draw = ImageDraw.Draw(pipe_out)
244
- textheight=32
245
  font = ImageFont.truetype(r"OpenSans-Bold.ttf", textheight)
246
  textwidth = draw.textlength(inp[5],font)
247
  x = (width - textwidth) // 2
 
241
 
242
  if inp[5] != "":
243
  draw = ImageDraw.Draw(pipe_out)
244
+ textheight=72
245
  font = ImageFont.truetype(r"OpenSans-Bold.ttf", textheight)
246
  textwidth = draw.textlength(inp[5],font)
247
  x = (width - textwidth) // 2