Spaces:
Running
Running
Fix show_copy_button compat + add page range inputs
Browse files- app_gradio.py +0 -1
app_gradio.py
CHANGED
|
@@ -126,7 +126,6 @@ def build_ui() -> gr.Blocks:
|
|
| 126 |
mml_output = gr.Textbox(
|
| 127 |
label="MML ๊ฒฐ๊ณผ (์: ์ ์ฒดํ์ Nํํธ / ๊ตฌ๋ถ์ / ์๋: 3ํํธ)",
|
| 128 |
lines=25,
|
| 129 |
-
show_copy_button=True,
|
| 130 |
placeholder="๋ณํ ๊ฒฐ๊ณผ๊ฐ ์ฌ๊ธฐ์ ํ์๋ฉ๋๋ค.",
|
| 131 |
)
|
| 132 |
mml_file_output = gr.File(
|
|
|
|
| 126 |
mml_output = gr.Textbox(
|
| 127 |
label="MML ๊ฒฐ๊ณผ (์: ์ ์ฒดํ์ Nํํธ / ๊ตฌ๋ถ์ / ์๋: 3ํํธ)",
|
| 128 |
lines=25,
|
|
|
|
| 129 |
placeholder="๋ณํ ๊ฒฐ๊ณผ๊ฐ ์ฌ๊ธฐ์ ํ์๋ฉ๋๋ค.",
|
| 130 |
)
|
| 131 |
mml_file_output = gr.File(
|