Jack Monas
commited on
Commit
·
a8e7097
1
Parent(s):
346b9ec
rules
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def scoring_section():
|
|
18 |
col1, col2, col3 = st.columns(3)
|
19 |
|
20 |
with col1:
|
21 |
-
st.markdown("### Compression
|
22 |
st.markdown(
|
23 |
"""
|
24 |
- **1st Place**: 10 points
|
@@ -28,7 +28,7 @@ def scoring_section():
|
|
28 |
)
|
29 |
|
30 |
with col2:
|
31 |
-
st.markdown("### Sampling
|
32 |
st.markdown(
|
33 |
"""
|
34 |
- **1st Place**: 10 points
|
@@ -38,7 +38,7 @@ def scoring_section():
|
|
38 |
)
|
39 |
|
40 |
with col3:
|
41 |
-
st.markdown("### Evaluation
|
42 |
st.markdown(
|
43 |
"""
|
44 |
- **1st Place**: 20 points
|
|
|
18 |
col1, col2, col3 = st.columns(3)
|
19 |
|
20 |
with col1:
|
21 |
+
st.markdown("### Compression")
|
22 |
st.markdown(
|
23 |
"""
|
24 |
- **1st Place**: 10 points
|
|
|
28 |
)
|
29 |
|
30 |
with col2:
|
31 |
+
st.markdown("### Sampling")
|
32 |
st.markdown(
|
33 |
"""
|
34 |
- **1st Place**: 10 points
|
|
|
38 |
)
|
39 |
|
40 |
with col3:
|
41 |
+
st.markdown("### Evaluation")
|
42 |
st.markdown(
|
43 |
"""
|
44 |
- **1st Place**: 20 points
|