Daniel Cerda Escobar commited on
Commit
a5158fe
·
1 Parent(s): 735dda8

Fix image comparison

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -150,9 +150,9 @@ with col2:
150
  static_component = image_comparison(
151
  img1=st.session_state["output_1"],
152
  img2=st.session_state["output_2"],
153
- label1='Uploaded Diagram',
154
- label2='Model Inference',
155
- width=1240,
156
  starting_position=50,
157
  show_labels=True,
158
  make_responsive=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,