Spaces:
Running
Running
Update app.py
Browse files
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("
|
| 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 |
|