masoudc commited on
Commit
40f4053
·
verified ·
1 Parent(s): b1ea3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ st.markdown(
22
  )
23
 
24
  # Use text input instead of slider
25
- x = st.text_input('Select a value, and I\'ll guess your age!', '')
26
 
27
  def estimate_age_from_input(x):
28
  try:
 
22
  )
23
 
24
  # Use text input instead of slider
25
+ x = st.text_input('Enter a value, and I\'ll guess your age!', '')
26
 
27
  def estimate_age_from_input(x):
28
  try: