Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar commited on
Commit ·
0b6c750
1
Parent(s): 4b8d3c7
Update app file
Browse files
app.py
CHANGED
|
@@ -112,14 +112,14 @@ st.write('##')
|
|
| 112 |
|
| 113 |
col1, col2, col3 = st.columns([1, 4, 1])
|
| 114 |
with col2:
|
| 115 |
-
st.markdown(f"#### Object Detection Result")
|
| 116 |
with st.container(border = True):
|
| 117 |
static_component = image_comparison(
|
| 118 |
img1=st.session_state["output_1"],
|
| 119 |
img2=st.session_state["output_2"],
|
| 120 |
label1='Uploaded Diagram',
|
| 121 |
label2='Model Inference',
|
| 122 |
-
width=
|
| 123 |
starting_position=50,
|
| 124 |
show_labels=True,
|
| 125 |
make_responsive=True,
|
|
|
|
| 112 |
|
| 113 |
col1, col2, col3 = st.columns([1, 4, 1])
|
| 114 |
with col2:
|
| 115 |
+
st.markdown(f"#### Object Detection Result", divider='rainbow')
|
| 116 |
with st.container(border = True):
|
| 117 |
static_component = image_comparison(
|
| 118 |
img1=st.session_state["output_1"],
|
| 119 |
img2=st.session_state["output_2"],
|
| 120 |
label1='Uploaded Diagram',
|
| 121 |
label2='Model Inference',
|
| 122 |
+
width=750,
|
| 123 |
starting_position=50,
|
| 124 |
show_labels=True,
|
| 125 |
make_responsive=True,
|