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