Spaces:
Sleeping
Sleeping
Update app_gradio.py
Browse files- 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=
|
| 469 |
)
|
| 470 |
-
with gr.Column(scale=
|
| 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):
|