From c8e26181bd423c843e84a8c51d572d00e0e6d979 Mon Sep 17 00:00:00 2001 From: k shashi kumar <59004150+kshashikumar@users.noreply.github.com> Date: Thu, 30 May 2024 23:41:29 -0400 Subject: [PATCH] Update webapp.py --- webapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp.py b/webapp.py index 5fb5225..b00a1d0 100644 --- a/webapp.py +++ b/webapp.py @@ -11,8 +11,8 @@ server = smtplib.SMTP_SSL("smtp.gmail.com", 465) -username="shashipatel2712@gmail.com" #your gmail id -pwd="xdmi dctf bvwa bnkg" #get password from app passwords in gmail settings +username="" #your gmail id +pwd="" #get password from app passwords in gmail settings sc = SpamClassifier(trainData)