Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
Β·
881bd74
1
Parent(s):
76a2d16
Update app file
Browse files
app.py
CHANGED
@@ -14,13 +14,13 @@ st.write('##')
|
|
14 |
|
15 |
col1, col2, col3 = st.columns([10, 10, 10])
|
16 |
with col2:
|
17 |
-
with st.expander(
|
18 |
st.markdown(
|
19 |
'''
|
20 |
-
1
|
21 |
-
2
|
22 |
-
3
|
23 |
-
4
|
24 |
'''
|
25 |
)
|
26 |
|
|
|
14 |
|
15 |
col1, col2, col3 = st.columns([10, 10, 10])
|
16 |
with col2:
|
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 |
|