Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -172,9 +172,8 @@ disease_details = {
|
|
172 |
"Consider therapy (e.g., CBT or psychotherapy). "
|
173 |
"Avoid alcohol and recreational drugs."
|
174 |
),
|
175 |
-
"doctor": "Psychiatrist"},
|
176 |
-
|
177 |
-
}
|
178 |
# Passwords
|
179 |
doctor_password = "doctor123"
|
180 |
|
|
|
172 |
"Consider therapy (e.g., CBT or psychotherapy). "
|
173 |
"Avoid alcohol and recreational drugs."
|
174 |
),
|
175 |
+
"doctor": "Psychiatrist",},
|
176 |
+
}
|
|
|
177 |
# Passwords
|
178 |
doctor_password = "doctor123"
|
179 |
|