Daniel Cerda Escobar commited on
Commit
5404556
Β·
1 Parent(s): 3724f34

Refresh front

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,7 +129,7 @@ with col3:
129
 
130
  st.write('##')
131
 
132
- col1, col2, col3 = st.columns([3, 1, 3])
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, 8, 1], gap='small')
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):