fix webui

Former-commit-id: befaab5720
This commit is contained in:
hiyouga
2023-08-01 12:11:37 +08:00
parent c5ad96375e
commit 40f3f5722e
2 changed files with 5 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ def create_sft_tab(top_elems: Dict[str, "Component"], runner: "Runner") -> Dict[
stop_btn = gr.Button()
with gr.Row():
with gr.Column(scale=4):
with gr.Column(scale=3):
output_dir = gr.Textbox()
with gr.Box():