Spaces:
Build error
Build error
=
commited on
Commit
·
17b04e7
1
Parent(s):
7b67be2
adding another description
Browse files
app.py
CHANGED
@@ -24,8 +24,7 @@ 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
|
|
|
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 displayed face is verifiable. You can download the image
|
|
|
28 |
of a person on Facebook, Whatsapp, or any other social media
|
29 |
and add it here and click on the submit button to obtain
|
30 |
the result (fake or actual). You will also receive a
|