Jack Monas
commited on
Commit
·
71a842d
1
Parent(s):
0078838
rules
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def scoring_section():
|
|
28 |
)
|
29 |
|
30 |
with col2:
|
31 |
-
st.markdown("
|
32 |
st.markdown(
|
33 |
"""
|
34 |
- **1st Place**: 10 points
|
@@ -38,7 +38,7 @@ def scoring_section():
|
|
38 |
)
|
39 |
|
40 |
with col3:
|
41 |
-
st.markdown("
|
42 |
st.markdown(
|
43 |
"""
|
44 |
- **1st Place**: 20 points
|
|
|
28 |
)
|
29 |
|
30 |
with col2:
|
31 |
+
st.markdown('<h3 style="margin-left:20px;">Sampling</h3>', unsafe_allow_html=True)
|
32 |
st.markdown(
|
33 |
"""
|
34 |
- **1st Place**: 10 points
|
|
|
38 |
)
|
39 |
|
40 |
with col3:
|
41 |
+
st.markdown('<h3 style="margin-left:20px;">Evaluation</h3>', unsafe_allow_html=True)
|
42 |
st.markdown(
|
43 |
"""
|
44 |
- **1st Place**: 20 points
|