Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
669ff92
1
Parent(s):
521a4da
Update app file
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ if submit:
|
|
157 |
|
158 |
st.write('##')
|
159 |
|
160 |
-
col1, col2, col3 = st.columns([1,
|
161 |
with col2:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|
|
|
157 |
|
158 |
st.write('##')
|
159 |
|
160 |
+
col1, col2, col3 = st.columns([1, 10, 1], gap='small')
|
161 |
with col2:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|