openfree commited on
Commit
eef9a54
·
verified ·
1 Parent(s): e5da7c7

Update app-english-backup.py

Browse files
Files changed (1) hide show
  1. app-english-backup.py +1 -1
app-english-backup.py CHANGED
@@ -605,7 +605,7 @@ def load_session_history(template_type="best"):
605
  "best": json_data[:12], # 베스트 템플릿
606
  "trending": json_data[12:24], # 트렌딩 템플릿
607
  "new": json_data[24:44] # NEW 템플릿
608
-
609
 
610
  titles = {
611
  "best": "🏆Best Template",
 
605
  "best": json_data[:12], # 베스트 템플릿
606
  "trending": json_data[12:24], # 트렌딩 템플릿
607
  "new": json_data[24:44] # NEW 템플릿
608
+ }
609
 
610
  titles = {
611
  "best": "🏆Best Template",