Daniel Cerda Escobar commited on
Commit
386b975
·
1 Parent(s): cc0e43c

Upgrade app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,13 +146,13 @@ st.write('##')
146
  col1, col2, col3 = st.columns([1, 3, 1])
147
  with col2:
148
  st.markdown(f"#### Object Detection Result")
149
- with st.container(height=800,border = True):
150
  static_component = image_comparison(
151
  img1=st.session_state["output_1"],
152
  img2=st.session_state["output_2"],
153
  label1='Raw Diagram',
154
  label2='Inference Prediction',
155
- width=768,
156
  starting_position=50,
157
  show_labels=True,
158
  make_responsive=True,
 
146
  col1, col2, col3 = st.columns([1, 3, 1])
147
  with col2:
148
  st.markdown(f"#### Object Detection Result")
149
+ with st.container(border = True):
150
  static_component = image_comparison(
151
  img1=st.session_state["output_1"],
152
  img2=st.session_state["output_2"],
153
  label1='Raw Diagram',
154
  label2='Inference Prediction',
155
+ width=1024,
156
  starting_position=50,
157
  show_labels=True,
158
  make_responsive=True,