sab commited on
Commit
c3dbd3d
1 Parent(s): 0d3ff24

fix layout

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -57,8 +57,7 @@ interface = gr.Interface(
57
  title=cfg.TITLE,
58
  description=cfg.DESCRIPTION,
59
  examples=cfg.EXAMPLES,
60
- article=cfg.BUY_ME_A_COFFE,
61
- layout="vertical" # Use vertical layout to center title and description
62
  )
63
 
64
  # Center the title and description using custom CSS
 
57
  title=cfg.TITLE,
58
  description=cfg.DESCRIPTION,
59
  examples=cfg.EXAMPLES,
60
+ article=cfg.BUY_ME_A_COFFE
 
61
  )
62
 
63
  # Center the title and description using custom CSS