Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -411,7 +411,7 @@ iface2 = gr.Blocks()
|
|
| 411 |
with iface2:
|
| 412 |
with gr.Row():
|
| 413 |
with gr.Column():
|
| 414 |
-
gr.Textbox(value=long_text_result(), label="μνμ μ₯λ¨μ 10κ°μ§λ₯Ό λΆμν΄λ립λλ€.", lines=
|
| 415 |
with gr.Column():
|
| 416 |
chatbot_input = gr.Textbox(label="μ±λ΄ μ
λ ₯", placeholder="μ΄ μνμ λν μΆκ°μ μΈ μμΈν λΆμλ΄μ©μ μ±λ΄μκ² μ§λ¬ΈνμΈμ.")
|
| 417 |
chatbot_examples = gr.Dropdown(
|
|
|
|
| 411 |
with iface2:
|
| 412 |
with gr.Row():
|
| 413 |
with gr.Column():
|
| 414 |
+
gr.Textbox(value=long_text_result(), label="μνμ μ₯λ¨μ 10κ°μ§λ₯Ό λΆμν΄λ립λλ€.", lines=32, interactive=False)
|
| 415 |
with gr.Column():
|
| 416 |
chatbot_input = gr.Textbox(label="μ±λ΄ μ
λ ₯", placeholder="μ΄ μνμ λν μΆκ°μ μΈ μμΈν λΆμλ΄μ©μ μ±λ΄μκ² μ§λ¬ΈνμΈμ.")
|
| 417 |
chatbot_examples = gr.Dropdown(
|