Update app.py
Browse files
app.py
CHANGED
@@ -338,16 +338,16 @@ def create_jain_interface():
|
|
338 |
""")
|
339 |
|
340 |
with gr.Row():
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
|
352 |
msg = gr.Textbox(
|
353 |
label="λ©μμ§ μ
λ ₯",
|
|
|
338 |
""")
|
339 |
|
340 |
with gr.Row():
|
341 |
+
with gr.Column(scale=3):
|
342 |
+
# μ±ν
μΈν°νμ΄μ€
|
343 |
+
chatbot = gr.Chatbot(
|
344 |
+
type='messages',
|
345 |
+
label="π¬ μ μΈκ³Όμ λν",
|
346 |
+
height=500,
|
347 |
+
show_label=True,
|
348 |
+
container=True,
|
349 |
+
bubble_full_width=False
|
350 |
+
)
|
351 |
|
352 |
msg = gr.Textbox(
|
353 |
label="λ©μμ§ μ
λ ₯",
|