Daniel Cerda Escobar commited on
Commit
eb64830
·
1 Parent(s): 422feb2

Refresh front

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,8 +157,8 @@ if submit:
157
 
158
  st.write('##')
159
 
160
- col1, col2, col3 = st.columns([1, 4, 1], gap='small')
161
- with col1:
162
  st.markdown(f"#### Object Detection Result")
163
  with st.container(border = True):
164
  static_component = image_comparison(
 
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):
164
  static_component = image_comparison(