Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
394232e
1
Parent(s):
669ff92
Resize Image Dynamically
Browse files
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=
|
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,
|