masoudc commited on
Commit
7d59763
·
1 Parent(s): 081bb82

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('Enter a value, and I will guess your age!')
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: