Daniel Cerda Escobar
commited on
Commit
Β·
5404556
1
Parent(s):
3724f34
Refresh front
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with col3:
|
|
129 |
|
130 |
st.write('##')
|
131 |
|
132 |
-
col1, col2, col3 = st.columns([
|
133 |
with col2:
|
134 |
submit = st.button("π Perform Prediction")
|
135 |
|
@@ -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):
|
|
|
129 |
|
130 |
st.write('##')
|
131 |
|
132 |
+
col1, col2, col3 = st.columns([4, 1, 4])
|
133 |
with col2:
|
134 |
submit = st.button("π Perform Prediction")
|
135 |
|
|
|
157 |
|
158 |
st.write('##')
|
159 |
|
160 |
+
col1, col2, col3 = st.columns([1, 5, 1], gap='small')
|
161 |
with col2:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|