Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ if source_radio == "IMAGE":
|
|
| 23 |
with col1:
|
| 24 |
st.image(result_img)
|
| 25 |
with col2:
|
| 26 |
-
st.
|
| 27 |
else:
|
| 28 |
col1, col2 = st.columns(2)
|
| 29 |
with col1:
|
|
|
|
| 23 |
with col1:
|
| 24 |
st.image(result_img)
|
| 25 |
with col2:
|
| 26 |
+
st.header(detected_object)
|
| 27 |
else:
|
| 28 |
col1, col2 = st.columns(2)
|
| 29 |
with col1:
|