Daniel Cerda Escobar
commited on
Commit
·
709b0f0
1
Parent(s):
6e0a508
Refresh front
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ with col3:
|
|
110 |
'16',
|
111 |
'64',
|
112 |
],
|
|
|
113 |
)
|
114 |
overlap_ratio = st.slider(
|
115 |
label = 'Slicing Overlap Ratio',
|
@@ -156,7 +157,7 @@ if submit:
|
|
156 |
|
157 |
st.write('##')
|
158 |
|
159 |
-
col1, col2, col3 = st.columns([3, 1, 1], gap='small')
|
160 |
with col1:
|
161 |
st.markdown(f"#### Object Detection Result")
|
162 |
with st.container(border = True):
|
|
|
110 |
'16',
|
111 |
'64',
|
112 |
],
|
113 |
+
value = '4'
|
114 |
)
|
115 |
overlap_ratio = st.slider(
|
116 |
label = 'Slicing Overlap Ratio',
|
|
|
157 |
|
158 |
st.write('##')
|
159 |
|
160 |
+
col1, col2, col3 = st.columns([3.5, 1, 1], gap='small')
|
161 |
with col1:
|
162 |
st.markdown(f"#### Object Detection Result")
|
163 |
with st.container(border = True):
|