Shafeek Saleem commited on
Commit
7e37478
1 Parent(s): a02f385

added face detection giff

Browse files
pages/2_Face Detection and Creating Database.py CHANGED
@@ -24,6 +24,11 @@ def step2_page():
24
  """
25
  )
26
 
 
 
 
 
 
27
  st.write(
28
  """
29
  In simple terms, here's how face detection works:
 
24
  """
25
  )
26
 
27
+ st.image(
28
+ "https://user-images.githubusercontent.com/31125521/42756818-0a41edaa-88fe-11e8-9033-8cd141b0fa09.gif",
29
+ use_column_width=True,
30
+ )
31
+
32
  st.write(
33
  """
34
  In simple terms, here's how face detection works: