choco9966 commited on
Commit
bc6c2c3
1 Parent(s): f8a286c

Update src/submission/submit.py

Browse files
Files changed (1) hide show
  1. src/submission/submit.py +1 -1
src/submission/submit.py CHANGED
@@ -40,7 +40,7 @@ def add_new_eval(
40
  current_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
41
  # 리더보드 종료
42
  if True:
43
- return styled_warning("The current Season 1 will conclude on Friday, August 2, and the new season will commence on August 12.")
44
 
45
  if model_type is None or model_type == "":
46
  return styled_error("Please select a model type.")
 
40
  current_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
41
  # 리더보드 종료
42
  if True:
43
+ return styled_error("The current Season 1 will conclude on Friday, August 2, and the new season will commence on August 12.")
44
 
45
  if model_type is None or model_type == "":
46
  return styled_error("Please select a model type.")