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):
|