Daniel Cerda Escobar commited on
Commit
cf4de60
·
1 Parent(s): 9377044

Update app file

Browse files
Files changed (1) hide show
  1. app.py +14 -2
app.py CHANGED
@@ -7,5 +7,17 @@ st.set_page_config(
7
  )
8
 
9
  st.title('P&ID Object Detection App')
10
- st.subheader('Helps to identify valves and pumps', divider='rainbow')
11
- st.caption('Developed by Deep Drawings Co.')
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  )
8
 
9
  st.title('P&ID Object Detection App')
10
+ st.subheader('Powerful tool to identify valves and pumps', divider='rainbow')
11
+ st.caption('Developed by Deep Drawings Co.')
12
+
13
+ st.write('##')
14
+
15
+ with.st.expander("Usage"):
16
+ st.markdown(
17
+ '''
18
+ 1. Upload your P&ID or select example drawings
19
+ 2. Set confidence threshold
20
+ 3. Press to perform prediction 🚀
21
+ 4. Visualize output results
22
+ '''
23
+ )