Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ st.markdown(
|
|
22 |
)
|
23 |
|
24 |
# Use text input instead of slider
|
25 |
-
x = st.text_input('
|
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:
|