Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -473,7 +473,7 @@ def load_trending_templates():
|
|
| 473 |
return create_template_html("๐ฅ ํธ๋ ๋ฉ ํ
ํ๋ฆฟ", json_data)
|
| 474 |
|
| 475 |
def load_new_templates():
|
| 476 |
-
json_data = load_json_data()[24:
|
| 477 |
return create_template_html("โจ NEW ํ
ํ๋ฆฟ", json_data)
|
| 478 |
|
| 479 |
def create_template_html(title, items):
|
|
|
|
| 473 |
return create_template_html("๐ฅ ํธ๋ ๋ฉ ํ
ํ๋ฆฟ", json_data)
|
| 474 |
|
| 475 |
def load_new_templates():
|
| 476 |
+
json_data = load_json_data()[24:39] # NEW ํ
ํ๋ฆฟ
|
| 477 |
return create_template_html("โจ NEW ํ
ํ๋ฆฟ", json_data)
|
| 478 |
|
| 479 |
def create_template_html(title, items):
|