seawolf2357 commited on
Commit
92f2119
ยท
verified ยท
1 Parent(s): 96f51bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,13 +224,13 @@ with gr.Blocks(css_paths="app.css") as demo:
224
 
225
  # ๋‘ ๋ฒˆ์งธ ์˜ˆ์ œ ๋ฒ„ํŠผ
226
  example_btn2 = antd.Button(
227
- "[๊ฒŒ์ž„] ์นด๋“œ ๊ธฐ์–ต๋ ฅ",
228
  type="default",
229
  block=True,
230
  size="large"
231
  )
232
  example_btn2.click(
233
- fn=lambda: "Create a classic memory matching card game with flip animations. Include a scoring system, timer, and difficulty levels. Add satisfying match/mismatch animations and sound effects using Web Audio API.",
234
  inputs=[],
235
  outputs=[input]
236
  )
 
224
 
225
  # ๋‘ ๋ฒˆ์งธ ์˜ˆ์ œ ๋ฒ„ํŠผ
226
  example_btn2 = antd.Button(
227
+ "[๊ฒŒ์ž„] ์ฒด์Šค",
228
  type="default",
229
  block=True,
230
  size="large"
231
  )
232
  example_btn2.click(
233
+ fn=lambda: "์ฒด์Šค ๊ฒŒ์ž„: ์ฒด์Šค ์ฒด์Šค ๊ฒŒ์ž„์˜ ๋ฃฐ์„ ์ •ํ™•ํ•˜๊ฒŒ ์‹๋ณ„ํ•˜๊ณ  ์ ์šฉํ•˜๋ผ, ์ƒ๋Œ€๋ฐฉ์€ auto๋กœ ๊ฒŒ์ž„์„ ์ง„ํ–‰ํ•˜๋ผ",
234
  inputs=[],
235
  outputs=[input]
236
  )