Update app.py
Browse files
app.py
CHANGED
@@ -202,13 +202,13 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
202 |
|
203 |
# ๋ ๋ฒ์งธ ์์ ๋ฒํผ
|
204 |
example_btn3 = antd.Button(
|
205 |
-
"
|
206 |
type="default",
|
207 |
block=True,
|
208 |
size="large"
|
209 |
)
|
210 |
example_btn3.click(
|
211 |
-
fn=lambda: "
|
212 |
inputs=[],
|
213 |
outputs=[input]
|
214 |
)
|
|
|
202 |
|
203 |
# ๋ ๋ฒ์งธ ์์ ๋ฒํผ
|
204 |
example_btn3 = antd.Button(
|
205 |
+
"ํ๋ก์นด๋ ์ด์",
|
206 |
type="default",
|
207 |
block=True,
|
208 |
size="large"
|
209 |
)
|
210 |
example_btn3.click(
|
211 |
+
fn=lambda: "ํ๋ก์นด๋ ์ด์ธ๋ฅผ ์ ์น๋๊ฒ์ ์์ฑํ๋ผ. ์์ฃผ ์์ธํ๊ณ ์ ๋ฌธ์ ์ด๋ฉด์ ์ฝ๊ณ ๊ธธ๊ฒ ๋ต๋ณํ๋ผ. ๋ชจ๋ ๋ต๋ณ๊ณผ ์ค๋ช
์ ํ๊ธ๋ก ํ๋ผ",
|
212 |
inputs=[],
|
213 |
outputs=[input]
|
214 |
)
|