Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/submission/submit.py
Browse files- 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
|
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.")
|