Spaces:
Sleeping
Sleeping
File size: 308 Bytes
39debef 8ed86f2 3cf084f 8ed86f2 3cf084f 8ed86f2 3cf084f 7b053c9 |
1 2 3 4 5 6 7 8 9 10 11 |
import streamlit as st
st.set_page_config(
page_title="P&ID Object Detection ",
layout="wide",
initial_sidebar_state="expanded"
)
st.title('P&ID Smart Reader')
st.subheader('Object Detection App for Piping & Instrumentation Diagrams', divider='rainbow')
st.markdown('Identify Valves and Pumps') |