sunwaee commited on
Commit
4e8dfa3
1 Parent(s): e6ecdf3

removed sidebar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def process_img(model, image, labels, caption: bool = True):
183
 
184
  # Page config
185
  st.set_page_config(layout="centered")
186
- st.sidebar.title("Face Mask Detection")
187
 
188
  # Models drive ids
189
  ids = {
 
183
 
184
  # Page config
185
  st.set_page_config(layout="centered")
186
+ st.title("Face Mask Detection")
187
 
188
  # Models drive ids
189
  ids = {