majorSeaweed commited on
Commit
e8ff10d
·
verified ·
1 Parent(s): 24afedb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ background_image = """
16
 
17
  st.markdown(background_image, unsafe_allow_html=True)
18
 
19
- st.html("<h1><center>Face Detection Web App</h1></center>")
20
  vis = True
21
  db_mode = st.checkbox("Add to data base")
22
  if db_mode:
 
16
 
17
  st.markdown(background_image, unsafe_allow_html=True)
18
 
19
+ st.components.v1.html("<h1><center>Face Detection Web App</center></h1>")
20
  vis = True
21
  db_mode = st.checkbox("Add to data base")
22
  if db_mode: