Junhoee commited on
Commit
ca16fc0
·
verified ·
1 Parent(s): c7882f5

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app_gradio.py +2 -2
app_gradio.py CHANGED
@@ -465,9 +465,9 @@ with gr.Blocks(title="Megumin RAG Chat", fill_height=True) as demo:
465
  placeholder="메구밍에게 말을 걸어 보세요.",
466
  lines=2,
467
  max_lines=4,
468
- scale=7,
469
  )
470
- with gr.Column(scale=3, elem_classes=["input-actions"]):
471
  send_button = gr.Button("Send", variant="primary")
472
  clear_button = gr.Button("Clear", variant="secondary")
473
  with gr.Column(scale=4, min_width=400):
 
465
  placeholder="메구밍에게 말을 걸어 보세요.",
466
  lines=2,
467
  max_lines=4,
468
+ scale=8,
469
  )
470
+ with gr.Column(scale=2, elem_classes=["input-actions"]):
471
  send_button = gr.Button("Send", variant="primary")
472
  clear_button = gr.Button("Clear", variant="secondary")
473
  with gr.Column(scale=4, min_width=400):