Spaces:
Runtime error
Runtime error
Update common.py
Browse files
common.py
CHANGED
|
@@ -98,7 +98,7 @@ global_div = Div(
|
|
| 98 |
H3("Removing PII"),
|
| 99 |
P("We have removed two types of PII from the dataset: email address and IP address. Regular expressions are used to identify and replace these PII with a generic placeholder. Below is an example of how we removed email addresses from the dataset:"),
|
| 100 |
P("We have used the following regular expressions to identify and replace PII:"),
|
| 101 |
-
Ul(Li("Email:"),
|
| 102 |
),
|
| 103 |
Section(
|
| 104 |
H2("Normalization Form C (NFC)"),
|
|
|
|
| 98 |
H3("Removing PII"),
|
| 99 |
P("We have removed two types of PII from the dataset: email address and IP address. Regular expressions are used to identify and replace these PII with a generic placeholder. Below is an example of how we removed email addresses from the dataset:"),
|
| 100 |
P("We have used the following regular expressions to identify and replace PII:"),
|
| 101 |
+
Ul(Li("Email: NEED TO UPDATE"),Li("IP Address: NEED TO UPDATE")),
|
| 102 |
),
|
| 103 |
Section(
|
| 104 |
H2("Normalization Form C (NFC)"),
|