Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
56e0661
1
Parent(s):
9448fdb
Update app file
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ st.title('P&ID Object Detection')
|
|
21 |
st.subheader(' Identify valves and pumps with deep learning model ', divider='rainbow')
|
22 |
st.caption('Developed by Deep Drawings Co.')
|
23 |
|
24 |
-
col1, col2, col3 = st.columns(3, gap='
|
25 |
with col1:
|
26 |
with st.expander('How to use it'):
|
27 |
st.markdown(
|
@@ -79,3 +79,9 @@ with col3:
|
|
79 |
value = 0.8,
|
80 |
step = 0.05
|
81 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
st.subheader(' Identify valves and pumps with deep learning model ', divider='rainbow')
|
22 |
st.caption('Developed by Deep Drawings Co.')
|
23 |
|
24 |
+
col1, col2, col3 = st.columns(3, gap='medium')
|
25 |
with col1:
|
26 |
with st.expander('How to use it'):
|
27 |
st.markdown(
|
|
|
79 |
value = 0.8,
|
80 |
step = 0.05
|
81 |
)
|
82 |
+
|
83 |
+
st.write('##')
|
84 |
+
|
85 |
+
col1, col2, col3 = st.columns([2, 1, 2])
|
86 |
+
with col2:
|
87 |
+
submit = st.button("🚀 Perform Prediction")
|