Update app.py
Browse files
app.py
CHANGED
|
@@ -478,7 +478,7 @@ def load_trending_templates():
|
|
| 478 |
return create_template_html("๐ฅ ํธ๋ ๋ฉ ํ
ํ๋ฆฟ", json_data)
|
| 479 |
|
| 480 |
def load_new_templates():
|
| 481 |
-
json_data = load_json_data()[24:
|
| 482 |
return create_template_html("โจ NEW ํ
ํ๋ฆฟ", json_data)
|
| 483 |
|
| 484 |
def create_template_html(title, items):
|
|
|
|
| 478 |
return create_template_html("๐ฅ ํธ๋ ๋ฉ ํ
ํ๋ฆฟ", json_data)
|
| 479 |
|
| 480 |
def load_new_templates():
|
| 481 |
+
json_data = load_json_data()[24:40] # NEW ํ
ํ๋ฆฟ
|
| 482 |
return create_template_html("โจ NEW ํ
ํ๋ฆฟ", json_data)
|
| 483 |
|
| 484 |
def create_template_html(title, items):
|