Spaces:
Sleeping
Sleeping
Delete pages/install.py
Browse files- pages/install.py +0 -17
pages/install.py
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
|
3 |
-
|
4 |
-
def show_install():
|
5 |
-
st.header("What are the dangers of Deepfakes?")
|
6 |
-
st.header(' ');
|
7 |
-
st.subheader("Misinformation and Fake News:")
|
8 |
-
st.write(
|
9 |
-
"""
|
10 |
-
Deepfakes can be used to create highly convincing yet completely
|
11 |
-
fabricated content. This poses a significant threat in the realm of
|
12 |
-
information dissemination, as fake videos or audio clips can be
|
13 |
-
circulated to deceive people into believing events that never occurred
|
14 |
-
or statements that were never made. This can lead to the spread of
|
15 |
-
false narratives, misinformation, and confusion among the public.
|
16 |
-
"""
|
17 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|