NikilDGr8 commited on
Commit
7d83616
1 Parent(s): 09c32d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -19,11 +19,9 @@ questions = [
19
  "How old is the patient?",
20
  "What is the gender?",
21
  "What is the chief complaint regarding the patient's oral health? If there is none, just say the word 'none' else elaborate",
22
- "Can you provide any relevant Medical history for the patient? If there is none, just say the word 'none', else elaborate",
23
  "Can you provide any relevant Dental history for the patient? If there is none, just say the word 'none', else elaborate",
24
  "Give me about the clinical findings listed",
25
- "Are there any other findings you would like to note?",
26
- "What treatment plan do you recommend? Choose only from Options: (Scaling, Filling, Pulp therapy/RCT, Extraction, Medication, Referral) and nothing else"
27
  ]
28
 
29
  oral_health_assessment_form = [
@@ -36,7 +34,6 @@ oral_health_assessment_form = [
36
  "Medical history",
37
  "Dental history",
38
  "Clinical Findings",
39
- "Miscellaneous findings",
40
  "Treatment plan",
41
  "Referred to"
42
  ]
 
19
  "How old is the patient?",
20
  "What is the gender?",
21
  "What is the chief complaint regarding the patient's oral health? If there is none, just say the word 'none' else elaborate",
 
22
  "Can you provide any relevant Dental history for the patient? If there is none, just say the word 'none', else elaborate",
23
  "Give me about the clinical findings listed",
24
+ "What treatment plan do you recommend?"
 
25
  ]
26
 
27
  oral_health_assessment_form = [
 
34
  "Medical history",
35
  "Dental history",
36
  "Clinical Findings",
 
37
  "Treatment plan",
38
  "Referred to"
39
  ]