beki commited on
Commit
2baa418
·
1 Parent(s): 831bb68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ st.set_page_config(page_title="Presidio demo (English)", layout="wide")
77
  # Side bar
78
  st.sidebar.markdown(
79
  """
80
- Detect and anonymize PII entities in text with a [PII detection model](https://huggingface.co/beki/flair-pii-english) trained on protocol trace data generated by [privy](https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy) and [presidio](https://aka.ms/presidio).
81
  """
82
  )
83
 
 
77
  # Side bar
78
  st.sidebar.markdown(
79
  """
80
+ Detect and anonymize PII entities in text with a [PII detection model](https://huggingface.co/beki/flair-pii-english) trained on protocol trace data generated by [privy](https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy) and anonymized with [presidio](https://aka.ms/presidio).
81
  """
82
  )
83