Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
Β·
15bfc71
1
Parent(s):
ec587b4
Update app file
Browse files
app.py
CHANGED
@@ -7,20 +7,20 @@ st.set_page_config(
|
|
7 |
)
|
8 |
|
9 |
st.title('P&ID Object Detection App')
|
10 |
-
st.subheader('
|
11 |
st.caption('Developed by Deep Drawings Co.')
|
12 |
|
13 |
st.write('##')
|
14 |
|
15 |
-
col1, col2, col3 = st.columns([
|
16 |
-
with
|
17 |
with st.expander("Usage"):
|
18 |
st.markdown(
|
19 |
'''
|
20 |
-
1. Upload your P&ID or
|
21 |
-
2. Set
|
22 |
-
3. Press to
|
23 |
-
4. Visualize
|
24 |
'''
|
25 |
)
|
26 |
|
|
|
7 |
)
|
8 |
|
9 |
st.title('P&ID Object Detection App')
|
10 |
+
st.subheader(' Powerful deep learning model to identify **valves** and **pumps**', divider='rainbow')
|
11 |
st.caption('Developed by Deep Drawings Co.')
|
12 |
|
13 |
st.write('##')
|
14 |
|
15 |
+
col1, col2, col3 = st.columns([10, 10, 10])
|
16 |
+
with col1:
|
17 |
with st.expander("Usage"):
|
18 |
st.markdown(
|
19 |
'''
|
20 |
+
1. Upload your P&ID or Select Test Diagrams
|
21 |
+
2. Set Confidence Threshold
|
22 |
+
3. Press to Perform Inference π
|
23 |
+
4. Visualize Model Predictions
|
24 |
'''
|
25 |
)
|
26 |
|