seawolf2357 commited on
Commit
978b5e6
Β·
verified Β·
1 Parent(s): 035e596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -259,6 +259,12 @@ theme = gr.themes.Soft()
259
  def load_json_data():
260
  # ν•˜λ“œμ½”λ”©λœ 데이터 λ°˜ν™˜
261
  return [
 
 
 
 
 
 
262
  {
263
  "name": "[심리] MBTI 진단 μ„œλΉ„μŠ€",
264
  "image_url": "data:image/png;base64," + get_image_base64('mbti.png'), # mbti.png μ‚¬μš©
@@ -463,7 +469,7 @@ def load_trending_templates():
463
  return create_template_html("πŸ”₯ νŠΈλ Œλ”© ν…œν”Œλ¦Ώ", json_data)
464
 
465
  def load_new_templates():
466
- json_data = load_json_data()[24:37] # NEW ν…œν”Œλ¦Ώ
467
  return create_template_html("✨ NEW ν…œν”Œλ¦Ώ", json_data)
468
 
469
  def create_template_html(title, items):
 
259
  def load_json_data():
260
  # ν•˜λ“œμ½”λ”©λœ 데이터 λ°˜ν™˜
261
  return [
262
+
263
+ {
264
+ "name": "[ν™ˆνŽ˜μ΄μ§€] AI μŠ€νƒ€νŠΈμ—…",
265
+ "image_url": "data:image/png;base64," + get_image_base64('home.png'), # mouse.gif μ‚¬μš©
266
+ "prompt": "λžœλ”© νŽ˜μ΄μ§€λ₯Ό λ§Œλ“€μ–΄λΌ. μ „λ¬Έκ°€ μ œμž‘ ν˜•νƒœμ˜ 멋진 λΉ„μ£Όμ–Όλ‘œ ꡬ성,이λͺ¨μ§€λ₯Ό 적절히 ν™œμš©ν•˜κ³  λ‹€μŒμ˜ λ‚΄μš©μ„ μ°Έκ³ ν•˜μ—¬ λ°˜μ˜ν•˜λ„λ‘ ν•˜λΌ.마우슀-IλŠ” μ‚¬μš©μžκ°€ μ›ν•˜λŠ” μ›Ή μ„œλΉ„μŠ€λ₯Ό ν”„λ‘¬ν”„νŠΈλ‘œ μž…λ ₯ν•˜λ©΄ 60초 이내에 μ‹€μ œ μž‘λ™ν•˜λŠ” μ›Ή μ„œλΉ„μŠ€λ₯Ό μžλ™ μƒμ„±ν•˜λŠ” 도ꡬ닀. 마우슀-I의 μ£Όμš” κΈ°λŠ₯은 ▲원클릭 μ‹€μ‹œκ°„ 배포 β–²μ‹€μ‹œκ°„ 미리보기 β–²40μ—¬ 가지 μ¦‰μ‹œ 적용 ν…œν”Œλ¦Ώ β–²μ‹€μ‹œκ°„ μˆ˜μ • 등이닀. MBTI ν…ŒμŠ€νŠΈ, 투자 관리 도ꡬ, ν…ŒνŠΈλ¦¬μŠ€ κ²Œμž„ λ“± λ‹€μ–‘ν•œ ν…œν”Œλ¦Ώμ„ μ œκ³΅ν•΄ λΉ„κ°œλ°œμžλ„ μ¦‰μ‹œ ν™œμš©ν•  수 μžˆλ‹€."
267
+ },
268
  {
269
  "name": "[심리] MBTI 진단 μ„œλΉ„μŠ€",
270
  "image_url": "data:image/png;base64," + get_image_base64('mbti.png'), # mbti.png μ‚¬μš©
 
469
  return create_template_html("πŸ”₯ νŠΈλ Œλ”© ν…œν”Œλ¦Ώ", json_data)
470
 
471
  def load_new_templates():
472
+ json_data = load_json_data()[24:38] # NEW ν…œν”Œλ¦Ώ
473
  return create_template_html("✨ NEW ν…œν”Œλ¦Ώ", json_data)
474
 
475
  def create_template_html(title, items):