| SUBMISSION_TEXT = """You 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_LIMIT_TEXT = """You can select upto {} submissions for private leaderboard.""" |
|
|