Spaces:
Running
Running
sab
commited on
Commit
•
c3dbd3d
1
Parent(s):
0d3ff24
fix layout
Browse files
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
|