Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ st.markdown("""
|
|
| 84 |
""", unsafe_allow_html=True)
|
| 85 |
|
| 86 |
st.markdown("<h1 class='stTitle'>👶 Tiny Triumphs Tracker</h1>", unsafe_allow_html=True)
|
| 87 |
-
st.markdown("
|
| 88 |
|
| 89 |
# User selects child's age
|
| 90 |
selected_age = st.selectbox("📅 Select child's age:", list(age_categories.keys()))
|
|
|
|
| 84 |
""", unsafe_allow_html=True)
|
| 85 |
|
| 86 |
st.markdown("<h1 class='stTitle'>👶 Tiny Triumphs Tracker</h1>", unsafe_allow_html=True)
|
| 87 |
+
st.markdown("Track your child's key growth milestones from birth to 5 years and detect early developmental concerns.", unsafe_allow_html=True)
|
| 88 |
|
| 89 |
# User selects child's age
|
| 90 |
selected_age = st.selectbox("📅 Select child's age:", list(age_categories.keys()))
|