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