Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,8 @@ def generate_report(name, age, gender, weight, height, allergies, cause, xray):
|
|
124 |
|
125 |
# Function to send email with attachment
|
126 |
def send_email(patient_email, report_path):
|
127 |
-
sender_email = "
|
128 |
-
sender_password = "
|
129 |
subject = "Bone Fracture Detection Report"
|
130 |
body = "Attached is your bone fracture detection report."
|
131 |
|
|
|
124 |
|
125 |
# Function to send email with attachment
|
126 |
def send_email(patient_email, report_path):
|
127 |
+
sender_email = "qen3jv@gmail.com"
|
128 |
+
sender_password = "1w3r5y7i9pW$"
|
129 |
subject = "Bone Fracture Detection Report"
|
130 |
body = "Attached is your bone fracture detection report."
|
131 |
|