Daniel Cerda Escobar commited on
Commit
b62e10b
·
1 Parent(s): 43c365e

Set image size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with col2:
152
  img2=st.session_state["output_2"],
153
  label1='Uploaded Diagram',
154
  label2='Model Inference',
155
- width=1280,
156
  starting_position=50,
157
  show_labels=True,
158
  make_responsive=True,
 
152
  img2=st.session_state["output_2"],
153
  label1='Uploaded Diagram',
154
  label2='Model Inference',
155
+ width=1024,
156
  starting_position=50,
157
  show_labels=True,
158
  make_responsive=True,