mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Update ui_gallery.py
This commit is contained in:
@@ -40,7 +40,7 @@ def read_media(fn):
|
||||
|
||||
def create_ui():
|
||||
with gr.Blocks() as tab:
|
||||
with gr.Row():
|
||||
with gr.Row(elem_id='tab-gallery-sort-buttons'):
|
||||
sort_buttons = []
|
||||
sort_buttons.append(ToolButton(value=ui_symbols.sort_alpha_asc, show_label=False, elem_classes=['gallery-sort']))
|
||||
sort_buttons.append(ToolButton(value=ui_symbols.sort_alpha_dsc, show_label=False, elem_classes=['gallery-sort']))
|
||||
|
||||
Reference in New Issue
Block a user