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.header('Piping and instrumentation diagram object detection app', divider='rainbow')