Daniel Cerda Escobar
commited on
Commit
·
422feb2
1
Parent(s):
709b0f0
Refresh front
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ if submit:
|
|
157 |
|
158 |
st.write('##')
|
159 |
|
160 |
-
col1, col2, col3 = st.columns([
|
161 |
with col1:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|
@@ -166,7 +166,7 @@ with col1:
|
|
166 |
img2=st.session_state["output_2"],
|
167 |
label1='Raw Diagram',
|
168 |
label2='Inference Prediction',
|
169 |
-
width=
|
170 |
starting_position=50,
|
171 |
show_labels=True,
|
172 |
make_responsive=True,
|
|
|
157 |
|
158 |
st.write('##')
|
159 |
|
160 |
+
col1, col2, col3 = st.columns([1, 4, 1], gap='small')
|
161 |
with col1:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|
|
|
166 |
img2=st.session_state["output_2"],
|
167 |
label1='Raw Diagram',
|
168 |
label2='Inference Prediction',
|
169 |
+
width=1024,
|
170 |
starting_position=50,
|
171 |
show_labels=True,
|
172 |
make_responsive=True,
|