safiaa02 commited on
Commit
0280da6
·
verified ·
1 Parent(s): 41ccb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Helping parents track and understand their child's developmental journey.", unsafe_allow_html=True)
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()))