Spaces:
Running
Running
victormiller
commited on
Commit
•
95edc44
1
Parent(s):
11009b9
Update common.py
Browse files
common.py
CHANGED
@@ -103,7 +103,7 @@ global_div = Div(
|
|
103 |
H3("Removing PII"),
|
104 |
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:"),
|
105 |
P("We have used the following regular expressions to identify and replace PII:"),
|
106 |
-
Ul(Li("Email:"), Li(email_code, style="list-style-type: none")Li("IP Address: NEED TO UPDATE")),
|
107 |
),
|
108 |
Section(
|
109 |
H2("Normalization Form C (NFC)"),
|
|
|
103 |
H3("Removing PII"),
|
104 |
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:"),
|
105 |
P("We have used the following regular expressions to identify and replace PII:"),
|
106 |
+
Ul(Li("Email:"), Li(email_code, style="list-style-type: none"), Li("IP Address: NEED TO UPDATE")),
|
107 |
),
|
108 |
Section(
|
109 |
H2("Normalization Form C (NFC)"),
|