Spaces:
Build error
Build error
=
commited on
Commit
·
9be2993
1
Parent(s):
d025a55
adding description again
Browse files
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
|
27 |
-
|
28 |
-
|
29 |
-
of a person
|
30 |
-
and add
|
31 |
-
the result (fake or
|
32 |
modification of the original image indicating which
|
33 |
part of it is suspect or make the site identify if the
|
34 |
-
|
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)
|