Spaces:
Sleeping
Sleeping
Fixed_help
Browse files
app.py
CHANGED
|
@@ -605,12 +605,12 @@ def create_ui() -> gr.Blocks:
|
|
| 605 |
|
| 606 |
# Global Reset and Help Buttons - visible on all tabs
|
| 607 |
with gr.Row():
|
| 608 |
-
with gr.Column(scale=
|
| 609 |
pass
|
| 610 |
-
with gr.Column(scale=
|
| 611 |
-
|
| 612 |
-
|
| 613 |
-
|
| 614 |
with gr.Column(scale=1):
|
| 615 |
pass
|
| 616 |
|
|
|
|
| 605 |
|
| 606 |
# Global Reset and Help Buttons - visible on all tabs
|
| 607 |
with gr.Row():
|
| 608 |
+
with gr.Column(scale=2):
|
| 609 |
pass
|
| 610 |
+
with gr.Column(scale=2):
|
| 611 |
+
with gr.Row():
|
| 612 |
+
help_btn = gr.Button("β Help", variant="secondary", size="lg", scale=1)
|
| 613 |
+
reset_all_btn = gr.Button("π Reset Everything", variant="stop", size="lg", scale=1)
|
| 614 |
with gr.Column(scale=1):
|
| 615 |
pass
|
| 616 |
|