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

Refresh front

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,7 +157,7 @@ if submit:
157
 
158
  st.write('##')
159
 
160
- col1, col2, col3 = st.columns([3.5, 1, 1], gap='small')
161
  with col1:
162
  st.markdown(f"#### Object Detection Result")
163
  with st.container(border = True):
@@ -166,7 +166,7 @@ with col1:
166
  img2=st.session_state["output_2"],
167
  label1='Raw Diagram',
168
  label2='Inference Prediction',
169
- width=768,
170
  starting_position=50,
171
  show_labels=True,
172
  make_responsive=True,
 
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):
 
166
  img2=st.session_state["output_2"],
167
  label1='Raw Diagram',
168
  label2='Inference Prediction',
169
+ width=1024,
170
  starting_position=50,
171
  show_labels=True,
172
  make_responsive=True,