Jack Monas
commited on
Commit
·
dcb2029
1
Parent(s):
03997d7
rules
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ def scoring_section():
|
|
| 9 |
|
| 10 |
# Intro text
|
| 11 |
st.write(
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
)
|
| 15 |
|
| 16 |
# Points Breakdown in a table
|
|
|
|
| 9 |
|
| 10 |
# Intro text
|
| 11 |
st.write(
|
| 12 |
+
"We weight performance across all three challenges, placing additional emphasis on the Evaluation Challenge. "
|
| 13 |
+
"Each team's final rank is determined by the total points they accumulate from Compression, Sampling, and Evaluation."
|
| 14 |
)
|
| 15 |
|
| 16 |
# Points Breakdown in a table
|