File size: 296 Bytes
39debef 8ed86f2 3cf084f 8ed86f2 3cf084f 8ed86f2 9377044 |
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 Object Detection App')
st.subheader('Helps to identify valves and pumps', divider='rainbow')
st.caption('Developed by Deep Drawings Co.') |