shamikbose89 commited on
Commit
82320dd
·
1 Parent(s): 0879fb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ For more information on the transformation policies, please refer to the guide [
35
  header_string = """
36
  ## [PIISA](https://privacyprotection.substack.com/p/towards-a-common-privacy-api-introducing)
37
  **PIISA** (Personally Identifiable Information Standard Architecture) is a set of tools to detect and remediate
38
- PII within large scale language data. It uses best of breed tools like :hugs: [transformers](https://huggingface.co/docs/transformers/index) libraries,
39
  [spaCy](https://spacy.io/), regular expressions, [Faker](https://faker.readthedocs.io/en/master/) and [Presidio](https://microsoft.github.io/presidio/)
40
  to leverage best practices for effectively managing data privacy in accordance with your privacy policies.
41
 
 
35
  header_string = """
36
  ## [PIISA](https://privacyprotection.substack.com/p/towards-a-common-privacy-api-introducing)
37
  **PIISA** (Personally Identifiable Information Standard Architecture) is a set of tools to detect and remediate
38
+ PII within large scale language data. It uses best of breed tools like [🤗 transformers](https://huggingface.co/docs/transformers/index) libraries,
39
  [spaCy](https://spacy.io/), regular expressions, [Faker](https://faker.readthedocs.io/en/master/) and [Presidio](https://microsoft.github.io/presidio/)
40
  to leverage best practices for effectively managing data privacy in accordance with your privacy policies.
41