Jack Monas
commited on
Commit
·
446cfff
1
Parent(s):
0a165f5
gif
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def scoring_section():
|
|
| 21 |
col1, col2, col3 = st.columns(3)
|
| 22 |
|
| 23 |
with col1:
|
| 24 |
-
st.markdown('<
|
| 25 |
st.markdown(
|
| 26 |
"""
|
| 27 |
- **1st Place**: 10 points
|
|
@@ -31,7 +31,7 @@ def scoring_section():
|
|
| 31 |
)
|
| 32 |
|
| 33 |
with col2:
|
| 34 |
-
st.markdown('<
|
| 35 |
st.markdown(
|
| 36 |
"""
|
| 37 |
- **1st Place**: 10 points
|
|
@@ -41,7 +41,7 @@ def scoring_section():
|
|
| 41 |
)
|
| 42 |
|
| 43 |
with col3:
|
| 44 |
-
st.markdown('<
|
| 45 |
st.markdown(
|
| 46 |
"""
|
| 47 |
- **1st Place**: 20 points
|
|
|
|
| 21 |
col1, col2, col3 = st.columns(3)
|
| 22 |
|
| 23 |
with col1:
|
| 24 |
+
st.markdown('<h3 style="margin-left:15px;">Compression</h3>', unsafe_allow_html=True)
|
| 25 |
st.markdown(
|
| 26 |
"""
|
| 27 |
- **1st Place**: 10 points
|
|
|
|
| 31 |
)
|
| 32 |
|
| 33 |
with col2:
|
| 34 |
+
st.markdown('<h3 style="margin-left:15px;">Sampling</h3>', unsafe_allow_html=True)
|
| 35 |
st.markdown(
|
| 36 |
"""
|
| 37 |
- **1st Place**: 10 points
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
with col3:
|
| 44 |
+
st.markdown('<h3 style="margin-left:15px;">Evaluation</h3>', unsafe_allow_html=True)
|
| 45 |
st.markdown(
|
| 46 |
"""
|
| 47 |
- **1st Place**: 20 points
|