Spaces:
Runtime error
Runtime error
Commit
·
491daf7
1
Parent(s):
badacd0
slight gap between demo buttons
Browse files
app.py
CHANGED
|
@@ -920,6 +920,9 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
| 920 |
.header-button .button-icon {
|
| 921 |
margin-right: 8px;
|
| 922 |
}
|
|
|
|
|
|
|
|
|
|
| 923 |
#basic-controls {
|
| 924 |
column-gap: 0px;
|
| 925 |
}
|
|
@@ -987,7 +990,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
| 987 |
)
|
| 988 |
gr.Markdown("---")
|
| 989 |
gr.Markdown("#### Choose a Demo ↓")
|
| 990 |
-
with gr.
|
| 991 |
@gr.render(inputs=[demo_idx])
|
| 992 |
def render_demo_tabs(idx):
|
| 993 |
demo_tab_button1 = gr.Button(
|
|
|
|
| 920 |
.header-button .button-icon {
|
| 921 |
margin-right: 8px;
|
| 922 |
}
|
| 923 |
+
.demo-button-column .gap {
|
| 924 |
+
gap: 5px !important;
|
| 925 |
+
}
|
| 926 |
#basic-controls {
|
| 927 |
column-gap: 0px;
|
| 928 |
}
|
|
|
|
| 990 |
)
|
| 991 |
gr.Markdown("---")
|
| 992 |
gr.Markdown("#### Choose a Demo ↓")
|
| 993 |
+
with gr.Column(elem_classes=["demo-button-column"]):
|
| 994 |
@gr.render(inputs=[demo_idx])
|
| 995 |
def render_demo_tabs(idx):
|
| 996 |
demo_tab_button1 = gr.Button(
|