Spaces:
Sleeping
Sleeping
File size: 262 Bytes
39debef 8ed86f2 3cf084f 8ed86f2 3cf084f 8ed86f2 3cf084f |
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.header('Piping and instrumentation diagram object detection app', divider='rainbow')
|