Libra-1995 commited on
Commit
d0ac8d0
·
verified ·
1 Parent(s): c3dc464

Update competitions/text.py

Browse files
Files changed (1) hide show
  1. competitions/text.py +2 -7
competitions/text.py CHANGED
@@ -1,14 +1,9 @@
1
- SUBMISSION_TEXT = """### My Submissions\n\nYou can make upto {} submissions per day.
2
- The test data has been divided into public and private splits.
3
- Your score on the public split will be shown on the leaderboard.
4
- Your final score will be based on your private split performance.
5
- The final rankings will be based on the private split performance.
6
- """
7
 
8
  SUBMISSION_ERROR = """Submission is not in a proper format.
9
  Please check evaluation instructions for more details."""
10
 
11
- SUBMISSION_SELECTION_TEXT = """\n\nYou can select upto {} submissions for private leaderboard."""
12
 
13
  NO_SUBMISSIONS = """You have not made any submissions yet."""
14
 
 
1
+ SUBMISSION_TEXT = """### My Submissions\n\nYou can make upto {} submissions per day."""
 
 
 
 
 
2
 
3
  SUBMISSION_ERROR = """Submission is not in a proper format.
4
  Please check evaluation instructions for more details."""
5
 
6
+ SUBMISSION_SELECTION_TEXT = ""
7
 
8
  NO_SUBMISSIONS = """You have not made any submissions yet."""
9