Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
735dda8
1
Parent(s):
b113de0
Fix image comparison
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ if submit:
|
|
143 |
|
144 |
st.write('##')
|
145 |
|
146 |
-
col1, col2, col3 = st.columns([1,
|
147 |
with col2:
|
148 |
st.markdown(f"#### Object Detection Result")
|
149 |
with st.container(border = True):
|
|
|
143 |
|
144 |
st.write('##')
|
145 |
|
146 |
+
col1, col2, col3 = st.columns([1, 5, 1])
|
147 |
with col2:
|
148 |
st.markdown(f"#### Object Detection Result")
|
149 |
with st.container(border = True):
|