Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ st.dataframe(df)
|
|
| 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.
|
| 19 |
st.image('example3.jpg')
|
| 20 |
st.image('example4.jpg')
|
| 21 |
st.image('example5.jpg')
|
|
|
|
| 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.jpg')
|
| 19 |
st.image('example3.jpg')
|
| 20 |
st.image('example4.jpg')
|
| 21 |
st.image('example5.jpg')
|