Daniel Cerda Escobar commited on
Commit
394232e
·
1 Parent(s): 669ff92

Resize Image Dynamically

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with col2:
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,
 
166
  img2=st.session_state["output_2"],
167
  label1='Raw Diagram',
168
  label2='Inference Prediction',
169
+ width=col2.width,
170
  starting_position=50,
171
  show_labels=True,
172
  make_responsive=True,