Update app.py
Browse files
app.py
CHANGED
@@ -250,13 +250,13 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
250 |
|
251 |
# ๋ ๋ฒ์งธ ์์ ๋ฒํผ
|
252 |
example_btn4 = antd.Button(
|
253 |
-
"[๊ฒ์]
|
254 |
type="default",
|
255 |
block=True,
|
256 |
size="middle"
|
257 |
)
|
258 |
example_btn4.click(
|
259 |
-
fn=lambda: "
|
260 |
inputs=[],
|
261 |
outputs=[input]
|
262 |
)
|
|
|
250 |
|
251 |
# ๋ ๋ฒ์งธ ์์ ๋ฒํผ
|
252 |
example_btn4 = antd.Button(
|
253 |
+
"[๊ฒ์] ๋ฒฝ๋๊นจ๊ธฐ",
|
254 |
type="default",
|
255 |
block=True,
|
256 |
size="middle"
|
257 |
)
|
258 |
example_btn4.click(
|
259 |
+
fn=lambda: "๋ฒฝ๋๊นจ๊ธฐ ๊ฒ์์",
|
260 |
inputs=[],
|
261 |
outputs=[input]
|
262 |
)
|