Jack Monas commited on
Commit
03753e2
·
1 Parent(s): 65e7509

remove eval

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -119,9 +119,7 @@ def scoring_section():
119
  with st.expander("Tie-Breakers"):
120
  st.write(
121
  "The overall winner will be the team with the highest total points. "
122
- "In the event of a tie, the following tie-breakers will be applied in order:\n\n"
123
- "1. Highest Sampling Challenge score\n"
124
- "2. Highest Compression Challenge score\n\n"
125
  )
126
 
127
  # Overall Leaderboard Section
 
119
  with st.expander("Tie-Breakers"):
120
  st.write(
121
  "The overall winner will be the team with the highest total points. "
122
+ "In the event of a tie, the team with the highest score on the Sampling challenge will be declared the winner."
 
 
123
  )
124
 
125
  # Overall Leaderboard Section