deepfake_detector / pages /community.py
parass13's picture
Update pages/community.py
d208b58 verified
raw
history blame
748 Bytes
import gradio as gr
def layout():
gr.Markdown("## ๐ŸŒ Join the Community")
gr.Markdown("""
Deepfakes are becoming increasingly sophisticated. We believe that fighting misinformation is a community effort.
### ๐Ÿค How You Can Contribute
- **Share your feedback** on the toolโ€™s performance
- **Report suspicious media** or share verified datasets
- **Suggest improvements** to the detection model
- **Educate others** on recognizing and avoiding deepfake scams
### ๐Ÿ’ฌ Letโ€™s Talk
Join our open discussions and connect with developers, researchers, and digital safety advocates.
Whether you're a student, developer, or just curious โ€” your voice matters.
### ๐Ÿ“ฌ Get in Touch
- ๐Ÿ“ง Email: [email protected]
""")