lily-hust commited on
Commit
3833e7c
1 Parent(s): 895077e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from tensorflow.keras.preprocessing.image import img_to_array
10
  st.title('Palm Identification')
11
  st.markdown("This is a Deep Learning application to identify if a satellite image clip contains Palm trees.\n")
12
  st.markdown('The predicting result will be "Palm", or "Others".')
13
- st.markdown('You can click "Brows files" multiple times until adding all images before generating prediction.\n')
14
 
15
  uploaded_file = st.file_uploader("Upload an image file", type="jpg")
16
  st.image(uploaded_file, width=100)
 
10
  st.title('Palm Identification')
11
  st.markdown("This is a Deep Learning application to identify if a satellite image clip contains Palm trees.\n")
12
  st.markdown('The predicting result will be "Palm", or "Others".')
13
+ st.markdown('You can click "Browse files" multiple times until adding all images before generating prediction.\n')
14
 
15
  uploaded_file = st.file_uploader("Upload an image file", type="jpg")
16
  st.image(uploaded_file, width=100)