Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
4b8d3c7
1
Parent(s):
005e68a
Update app file
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with col2:
|
|
110 |
|
111 |
st.write('##')
|
112 |
|
113 |
-
col1, col2, col3 = st.columns([1,
|
114 |
with col2:
|
115 |
st.markdown(f"#### Object Detection Result")
|
116 |
with st.container(border = True):
|
@@ -119,7 +119,7 @@ with col2:
|
|
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,
|
|
|
110 |
|
111 |
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):
|
|
|
119 |
img2=st.session_state["output_2"],
|
120 |
label1='Uploaded Diagram',
|
121 |
label2='Model Inference',
|
122 |
+
width=800,
|
123 |
starting_position=50,
|
124 |
show_labels=True,
|
125 |
make_responsive=True,
|