Jack Monas
commited on
Commit
·
4f2d396
1
Parent(s):
ad71e5b
rules
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ def scoring_section():
|
|
8 |
|
9 |
# Intro text
|
10 |
st.write(
|
11 |
-
"Our scoring system rewards
|
12 |
-
"A team's final rank is determined by the total points they earn across the
|
13 |
)
|
14 |
|
15 |
# Points Breakdown in a table
|
|
|
8 |
|
9 |
# Intro text
|
10 |
st.write(
|
11 |
+
"Our scoring system rewards performance in all three challenges, with extra emphasis on the Evaluation Challenge. "
|
12 |
+
"A team's final rank is determined by the total points they earn across the challenges."
|
13 |
)
|
14 |
|
15 |
# Points Breakdown in a table
|