Daniel Cerda Escobar
Update app file
9377044
raw
history blame
296 Bytes
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.')