seawolf2357 commited on
Commit
49957f7
Β·
verified Β·
1 Parent(s): e5edb92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -314,7 +314,7 @@ def load_json_data():
314
  "name": "[κ²Œμž„] μΉ΄λ“œ κΈ°μ–΅ κ²Œμž„",
315
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
316
  "prompt": "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."
317
- },
318
  {
319
  "name": "[μΈν„°λž™ν‹°λΈŒ] 컬러 νŒ”λ ˆνŠΈ",
320
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
@@ -334,7 +334,7 @@ def load_json_data():
334
  "name": "[3D] μ±…μž₯ 가러리",
335
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
336
  "prompt": "CSS 3D λ³€ν™˜μ„ μ‚¬μš©ν•˜μ—¬ νšŒμ „ν•˜λŠ” μ±…μž₯ ν˜•νƒœμ˜ 가러리λ₯Ό λ§Œλ“œμ„Έμš”. 각 책을 ν΄λ¦­ν•˜λ©΄ 상세 정보가 λ‚˜νƒ€λ‚˜λ„λ‘ κ΅¬ν˜„ν•˜μ„Έμš”."
337
- },
338
  {
339
  "name": "[κ²Œμž„] 리듬 κ²Œμž„",
340
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
@@ -451,7 +451,7 @@ def load_trending_templates():
451
  return create_template_html("πŸ”₯ νŠΈλ Œλ”© ν…œν”Œλ¦Ώ", json_data)
452
 
453
  def load_new_templates():
454
- json_data = load_json_data()[24:36] # NEW ν…œν”Œλ¦Ώ
455
  return create_template_html("✨ NEW ν…œν”Œλ¦Ώ", json_data)
456
 
457
  def create_template_html(title, items):
 
314
  "name": "[κ²Œμž„] μΉ΄λ“œ κΈ°μ–΅ κ²Œμž„",
315
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
316
  "prompt": "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."
317
+ },
318
  {
319
  "name": "[μΈν„°λž™ν‹°λΈŒ] 컬러 νŒ”λ ˆνŠΈ",
320
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
 
334
  "name": "[3D] μ±…μž₯ 가러리",
335
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
336
  "prompt": "CSS 3D λ³€ν™˜μ„ μ‚¬μš©ν•˜μ—¬ νšŒμ „ν•˜λŠ” μ±…μž₯ ν˜•νƒœμ˜ 가러리λ₯Ό λ§Œλ“œμ„Έμš”. 각 책을 ν΄λ¦­ν•˜λ©΄ 상세 정보가 λ‚˜νƒ€λ‚˜λ„λ‘ κ΅¬ν˜„ν•˜μ„Έμš”."
337
+ },
338
  {
339
  "name": "[κ²Œμž„] 리듬 κ²Œμž„",
340
  "image_url": "data:image/png;base64," + get_image_base64('cat.png'),
 
451
  return create_template_html("πŸ”₯ νŠΈλ Œλ”© ν…œν”Œλ¦Ώ", json_data)
452
 
453
  def load_new_templates():
454
+ json_data = load_json_data()[24:37] # NEW ν…œν”Œλ¦Ώ
455
  return create_template_html("✨ NEW ν…œν”Œλ¦Ώ", json_data)
456
 
457
  def create_template_html(title, items):