Jack Monas
commited on
Commit
·
b8047e5
1
Parent(s):
9a3b180
rules
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import streamlit.components.v1 as components
|
|
| 5 |
|
| 6 |
def scoring_section():
|
| 7 |
# Title
|
| 8 |
-
st.title("Scoring")
|
| 9 |
|
| 10 |
# Intro text
|
| 11 |
st.write(
|
|
|
|
| 5 |
|
| 6 |
def scoring_section():
|
| 7 |
# Title
|
| 8 |
+
st.title("### Scoring")
|
| 9 |
|
| 10 |
# Intro text
|
| 11 |
st.write(
|