ahmed-7124 commited on
Commit
ef08ed2
·
verified ·
1 Parent(s): bfaca39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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