seawolf2357 commited on
Commit
d2e3bef
·
verified ·
1 Parent(s): 3d0508c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -415,7 +415,11 @@ def load_json_data():
415
  "image_url": "data:image/png;base64," + get_image_base64('111.png'),
416
  "prompt": "Create a vertical timeline with animated entry points. When clicking on timeline items, show detailed information with smooth transitions. Include filtering options and scroll animations."
417
  },
418
-
 
 
 
 
419
  {
420
  "name": "[시각화] 데이터 애니메이션",
421
  "image_url": "data:image/png;base64," + get_image_base64('124.png'),
@@ -487,7 +491,7 @@ def load_trending_templates():
487
  return create_template_html("🔥 트렌딩 템플릿", json_data)
488
 
489
  def load_new_templates():
490
- json_data = load_json_data()[24:42] # NEW 템플릿
491
  return create_template_html("✨ NEW 템플릿", json_data)
492
 
493
  def create_template_html(title, items):
 
415
  "image_url": "data:image/png;base64," + get_image_base64('111.png'),
416
  "prompt": "Create a vertical timeline with animated entry points. When clicking on timeline items, show detailed information with smooth transitions. Include filtering options and scroll animations."
417
  },
418
+ {
419
+ "name": "[도구] 설문조사 작성",
420
+ "image_url": "data:image/png;base64," + get_image_base64('survay.png'),
421
+ "prompt": "설문조사 작성: 결혼에 대한 인식 조사를 위해 총 10개의 설문(이메일 주소, 생년 입력)과 분석을 하라. 수집된 정보는 로컬스토리지에 log파일로 저장하게 하라."
422
+ },
423
  {
424
  "name": "[시각화] 데이터 애니메이션",
425
  "image_url": "data:image/png;base64," + get_image_base64('124.png'),
 
491
  return create_template_html("🔥 트렌딩 템플릿", json_data)
492
 
493
  def load_new_templates():
494
+ json_data = load_json_data()[24:43] # NEW 템플릿
495
  return create_template_html("✨ NEW 템플릿", json_data)
496
 
497
  def create_template_html(title, items):