Daniel Cerda Escobar
Update app file
3cf084f
raw
history blame
262 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 Smart Reader')
st.header('Piping and instrumentation diagram object detection app', divider='rainbow')