Spaces:
Running
Running
Commit
·
dcaebec
1
Parent(s):
62058a4
I hate this syntax
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as iface:
|
|
135 |
)
|
136 |
|
137 |
# Button section
|
138 |
-
with gr.Row(
|
139 |
analyze_btn = gr.Button(
|
140 |
"✨ Analyze Content",
|
141 |
variant="primary"
|
|
|
135 |
)
|
136 |
|
137 |
# Button section
|
138 |
+
with gr.Row(alignment="center"):
|
139 |
analyze_btn = gr.Button(
|
140 |
"✨ Analyze Content",
|
141 |
variant="primary"
|