Pavani2704 commited on
Commit
eb0b5b4
1 Parent(s): 6e98be9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ if option == "Summarization":
21
  else:
22
  st.write("Please enter text to summarize.")
23
  elif option == "Age Detection"
24
- st.title("welcome to age detection app")
25
 
26
  uploaded_files = st.file_uploader("Choose a image file",type="jpg")
27
 
 
21
  else:
22
  st.write("Please enter text to summarize.")
23
  elif option == "Age Detection"
24
+ st.title("Welcome to age detection")
25
 
26
  uploaded_files = st.file_uploader("Choose a image file",type="jpg")
27