feat: update ui style

pull/226/head
fennghuang 2023-08-16 03:58:19 +00:00
parent d31eb3c482
commit aeb662c1cd
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ def create_tab(tab: ImageBrowserTab, current_gr_tab: gr.Tab):
else: else:
sendto_controlnet_type = gr.Textbox(value="multiple", visible=False) sendto_controlnet_type = gr.Textbox(value="multiple", visible=False)
with gr.Row(elem_id=f"{tab.base_tag}_image_browser_to_dir_panel", visible=False) as to_dir_panel: with gr.Row(elem_id=f"{tab.base_tag}_image_browser_to_dir_panel", visible=False) as to_dir_panel:
with gr.Box(): with gr.Blocks():
with gr.Row(): with gr.Row():
to_dir_path = gr.Textbox(label="Directory path") to_dir_path = gr.Textbox(label="Directory path")
with gr.Row(): with gr.Row():