Yaron Koresh commited on
Commit
e43abfc
·
verified ·
1 Parent(s): d41acc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ def handle_generate(*_inp):
234
  inp[1] = ", ".join(_do)
235
 
236
  if inp[5] != "":
237
- _do.append(f'centered readable large bold written text: {inp[5]}')
238
 
239
  inp[1] = ", ".join(_do)
240
 
 
234
  inp[1] = ", ".join(_do)
235
 
236
  if inp[5] != "":
237
+ _do.append(f'centered readable large bold written text: "{inp[5]}"')
238
 
239
  inp[1] = ", ".join(_do)
240