Add application file
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
# Prompt the user to input a value rather than using a slider
|
| 4 |
-
x = st.text_input(
|
| 5 |
|
| 6 |
def estimate_age_from_input(x):
|
| 7 |
try:
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
# Prompt the user to input a value rather than using a slider
|
| 4 |
+
x = st.text_input("Enter a value, and I will guess your age!")
|
| 5 |
|
| 6 |
def estimate_age_from_input(x):
|
| 7 |
try:
|