Daniel Cerda Escobar
commited on
Commit
·
521a4da
1
Parent(s):
72524c9
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, 9, 1], gap='small')
|
161 |
with col2:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|