style theme
Browse files
app.py
CHANGED
@@ -621,7 +621,7 @@ with demo:
|
|
621 |
scale=1
|
622 |
)
|
623 |
with gr.Row():
|
624 |
-
refresh_button = gr.Button("Refresh
|
625 |
|
626 |
# Create tabs for each category
|
627 |
with gr.Tabs(elem_classes="category-tabs") as category_tabs:
|
|
|
621 |
scale=1
|
622 |
)
|
623 |
with gr.Row():
|
624 |
+
refresh_button = gr.Button("Refresh", scale=0)
|
625 |
|
626 |
# Create tabs for each category
|
627 |
with gr.Tabs(elem_classes="category-tabs") as category_tabs:
|