Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -483,7 +483,7 @@ def load_trending_templates():
|
|
483 |
return create_template_html("🔥 트렌딩 템플릿", json_data)
|
484 |
|
485 |
def load_new_templates():
|
486 |
-
json_data = load_json_data()[24:
|
487 |
return create_template_html("✨ NEW 템플릿", json_data)
|
488 |
|
489 |
def create_template_html(title, items):
|
|
|
483 |
return create_template_html("🔥 트렌딩 템플릿", json_data)
|
484 |
|
485 |
def load_new_templates():
|
486 |
+
json_data = load_json_data()[24:41] # NEW 템플릿
|
487 |
return create_template_html("✨ NEW 템플릿", json_data)
|
488 |
|
489 |
def create_template_html(title, items):
|