Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks() as demo:
|
|
262 |
outputs=prompt_input
|
263 |
)
|
264 |
composite_product_btn.click(
|
265 |
-
fn=lambda: "#1
|
266 |
inputs=[],
|
267 |
outputs=prompt_input
|
268 |
)
|
|
|
262 |
outputs=prompt_input
|
263 |
)
|
264 |
composite_product_btn.click(
|
265 |
+
fn=lambda: "#1 ์ด๋ฏธ์ง์์ [์ ๊ฑฐํ ์์ญ ๋๋ ๋์]์ ์ ๊ฑฐํ ํ, ๊ทธ ์๋ฆฌ๋ฅผ ์ฃผ๋ณ ๋ฐฐ๊ฒฝ๊ณผ ์์ฐ์ค๋ฝ๊ฒ ์ด์ฐ๋ฌ์ง๋๋ก ์ฑ์์ฃผ์ธ์. ๋จ, ์ด๋ฏธ์ง์ ์ฃผ์ ์์์ ์ ์ฒด ๋ถ์๊ธฐ๋ ๋์ผํ๊ฒ ์ ์งํด ์ฃผ์ธ์.",
|
266 |
inputs=[],
|
267 |
outputs=prompt_input
|
268 |
)
|