Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
cf0f753
1
Parent(s):
0b6c750
Update app file
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ st.write('##')
|
|
112 |
|
113 |
col1, col2, col3 = st.columns([1, 4, 1])
|
114 |
with col2:
|
115 |
-
st.markdown(f"
|
116 |
with st.container(border = True):
|
117 |
static_component = image_comparison(
|
118 |
img1=st.session_state["output_1"],
|
|
|
112 |
|
113 |
col1, col2, col3 = st.columns([1, 4, 1])
|
114 |
with col2:
|
115 |
+
st.markdown(f"##### Object Detection Result")
|
116 |
with st.container(border = True):
|
117 |
static_component = image_comparison(
|
118 |
img1=st.session_state["output_1"],
|