hengc commited on
Commit
1b3fdfa
·
verified ·
1 Parent(s): 6370373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -14,11 +14,11 @@ st.dataframe(df)
14
 
15
  with st.expander("See Example Results"):
16
  st.write("Here are some example images with detections:")
17
- #st.image('exampeimg1.jpg')
18
- #st.image('exampeimg2.png')
19
- #st.image('exampeimg3.jpg')
20
- #st.image('exampeimg4.jpg')
21
- #st.image('exampeimg5.jpg')
22
 
23
 
24
  input_method = st.radio("Choose the input method:", ("Upload an Image", "Take a Picture"))
 
14
 
15
  with st.expander("See Example Results"):
16
  st.write("Here are some example images with detections:")
17
+ st.image('example1.jpg')
18
+ st.image('example2.png')
19
+ st.image('example3.jpg')
20
+ st.image('example4.jpg')
21
+ st.image('example5.jpg')
22
 
23
 
24
  input_method = st.radio("Choose the input method:", ("Upload an Image", "Take a Picture"))