Daniel Cerda Escobar commited on
Commit
c5458df
·
1 Parent(s): 5351a82

Update app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with col2:
110
 
111
  st.write('##')
112
 
113
- st.markdown(f"##### Uploaded Image vs Object Detection:")
114
  static_component = image_comparison(
115
  img1=st.session_state["output_1"],
116
  img2=st.session_state["output_2"],
 
110
 
111
  st.write('##')
112
 
113
+ st.markdown(f"##### Uploaded Diagram vs Object Detection:")
114
  static_component = image_comparison(
115
  img1=st.session_state["output_1"],
116
  img2=st.session_state["output_2"],