Daniel Cerda Escobar commited on
Commit
881bd74
Β·
1 Parent(s): 76a2d16

Update app file

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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("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
 
 
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