Jack Monas
commited on
Commit
·
71cede3
1
Parent(s):
dcb2029
rules
Browse files
app.py
CHANGED
@@ -14,12 +14,12 @@ def scoring_section():
|
|
14 |
)
|
15 |
|
16 |
# Points Breakdown in a table
|
17 |
-
st.markdown("
|
18 |
# Create three columns for a more interesting layout
|
19 |
col1, col2, col3 = st.columns(3)
|
20 |
|
21 |
with col1:
|
22 |
-
st.markdown('<h3 style="margin-left:
|
23 |
st.markdown(
|
24 |
"""
|
25 |
- **1st Place**: 10 points
|
@@ -29,7 +29,7 @@ def scoring_section():
|
|
29 |
)
|
30 |
|
31 |
with col2:
|
32 |
-
st.markdown('<h3 style="margin-left:
|
33 |
st.markdown(
|
34 |
"""
|
35 |
- **1st Place**: 10 points
|
@@ -39,7 +39,7 @@ def scoring_section():
|
|
39 |
)
|
40 |
|
41 |
with col3:
|
42 |
-
st.markdown('<h3 style="margin-left:
|
43 |
st.markdown(
|
44 |
"""
|
45 |
- **1st Place**: 20 points
|
|
|
14 |
)
|
15 |
|
16 |
# Points Breakdown in a table
|
17 |
+
st.markdown("### Points Breakdown")
|
18 |
# Create three columns for a more interesting layout
|
19 |
col1, col2, col3 = st.columns(3)
|
20 |
|
21 |
with col1:
|
22 |
+
st.markdown('<h3 style="margin-left:15px;">Compression</h3>', unsafe_allow_html=True)
|
23 |
st.markdown(
|
24 |
"""
|
25 |
- **1st Place**: 10 points
|
|
|
29 |
)
|
30 |
|
31 |
with col2:
|
32 |
+
st.markdown('<h3 style="margin-left:15px;">Sampling</h3>', unsafe_allow_html=True)
|
33 |
st.markdown(
|
34 |
"""
|
35 |
- **1st Place**: 10 points
|
|
|
39 |
)
|
40 |
|
41 |
with col3:
|
42 |
+
st.markdown('<h3 style="margin-left:15px;">Evaluation</h3>', unsafe_allow_html=True)
|
43 |
st.markdown(
|
44 |
"""
|
45 |
- **1st Place**: 20 points
|