GDMProjects commited on
Commit
9c80429
·
verified ·
1 Parent(s): 6a72f0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ FLAG_SPECS = [
63
  ("Current_history_obsteric", "Current obstetric normal — Yes / No"),
64
  ("infertility", "History of infertility — Yes / No"),
65
  ]
66
- -------- Utilities ----------
67
  def normalize(s: str) -> str:
68
  return re.sub(r"[^a-z0-9]+", "", str(s).lower())
69
 
 
63
  ("Current_history_obsteric", "Current obstetric normal — Yes / No"),
64
  ("infertility", "History of infertility — Yes / No"),
65
  ]
66
+ # -------- Utilities ----------
67
  def normalize(s: str) -> str:
68
  return re.sub(r"[^a-z0-9]+", "", str(s).lower())
69