Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|