Roland Ding commited on
Commit
e08ca69
·
1 Parent(s): 811869b

8.7.19.51 updated the anatomic_domains in application.py. excluded dental and removed extremities biomechanical.

Browse files
Files changed (1) hide show
  1. application.py +2 -3
application.py CHANGED
@@ -26,9 +26,8 @@ ec_options={
26
  }
27
 
28
  anatomic_domains=[
29
- "Dental",
30
- "Extremities",
31
- "Extremities Biomechanical",
32
  "Spine"
33
  ]
34
 
 
26
  }
27
 
28
  anatomic_domains=[
29
+ # "Dental/CMF",
30
+ "Extremity",
 
31
  "Spine"
32
  ]
33