lily-hust commited on
Commit
76d9b7f
·
1 Parent(s): a5ff801

Update app.py

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