|
SUBMISSION_TEXT = """### My Submissions\n\nYou can make upto {} submissions per day. |
|
The test data has been divided into public and private splits. |
|
Your score on the public split will be shown on the leaderboard. |
|
Your final score will be based on your private split performance. |
|
The final rankings will be based on the private split performance. |
|
""" |
|
|
|
SUBMISSION_ERROR = """Submission is not in a proper format. |
|
Please check evaluation instructions for more details.""" |
|
|
|
SUBMISSION_SELECTION_TEXT = """\n\nYou can select upto {} submissions for private leaderboard.""" |
|
|
|
NO_SUBMISSIONS = """You have not made any submissions yet.""" |
|
|
|
SUBMISSION_SUCCESS = """Submission successful! You have {} submissions remaining today.""" |
|
|
|
SUBMISSION_LIMIT_REACHED = """You have reached your submission limit for today. Please try again tomorrow.""" |
|
|