NikilDGr8 commited on
Commit
41f35a8
·
verified ·
1 Parent(s): 20edab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -16,7 +16,6 @@ question_answerer = pipeline("question-answering", model='distilbert-base-cased-
16
 
17
  # List of questions
18
  questions = [
19
- "Which grade is the patient studying?",
20
  "How old is the patient?",
21
  "What is the gender?",
22
  "What is the chief complaint regarding the patient's oral health? If there is none, just say the word 'none' else elaborate",
@@ -30,14 +29,13 @@ questions = [
30
  oral_health_assessment_form = [
31
  "Doctor’s Name",
32
  "Child’s Name",
33
- "Grade",
34
  "Age",
35
  "Gender",
36
  "Chief complaint",
37
  "Medical history",
38
  "Dental history",
39
  "Clinical Findings",
40
- "Any other finding",
41
  "Treatment plan",
42
  "Referred to"
43
  ]
 
16
 
17
  # List of questions
18
  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",
 
29
  oral_health_assessment_form = [
30
  "Doctor’s Name",
31
  "Child’s Name",
 
32
  "Age",
33
  "Gender",
34
  "Chief complaint",
35
  "Medical history",
36
  "Dental history",
37
  "Clinical Findings",
38
+ "miscellaneous findings",
39
  "Treatment plan",
40
  "Referred to"
41
  ]