= commited on
Commit
9be2993
·
1 Parent(s): d025a55

adding description again

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -23,15 +23,15 @@ header("FAKE AND REAL FACE DETECTION")
23
  expander = st.expander('Description', expanded=True)
24
 
25
  with expander:
26
- st.write('''This website has for purpose to help internet users
27
- to know if an profil is safe by verifying if the face
28
- display on it is verifiable. You can download the image
29
- of a person in Facebook, Whatsapp or any other social media
30
- and add in here and click on the submit button to obtain
31
- the result (fake or real). You will also obtain an
32
  modification of the original image indicating which
33
  part of it is suspect or make the site identify if the
34
- image is real. Enjoy!''')
35
 
36
  # let us initialize two columns
37
  left, mid, right = st.columns(3)
 
23
  expander = st.expander('Description', expanded=True)
24
 
25
  with expander:
26
+ st.write('''This website aims to help internet users
27
+ know if a profile is safe by verifying if its
28
+ face display is verifiable. You can download the image
29
+ of a person on Facebook, Whatsapp, or any other social media
30
+ and add it here and click on the submit button to obtain
31
+ the result (fake or actual). You will also receive a
32
  modification of the original image indicating which
33
  part of it is suspect or make the site identify if the
34
+ picture is accurate. Enjoy!''')
35
 
36
  # let us initialize two columns
37
  left, mid, right = st.columns(3)