Spaces:
Runtime error
Runtime error
update pii link
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ st.set_page_config(page_title="PII Visualization", layout="wide")
|
|
11 |
st.title("PII Anonymization 🔐")
|
12 |
|
13 |
st.markdown("This demo allows the visualization of personal information anonymization on some code files. \
|
14 |
-
This is just an illustration of [BigCode's PII pipeline](https://github.com/bigcode-project/bigcode-
|
15 |
|
16 |
@st.cache()
|
17 |
def load_data(language="python"):
|
|
|
11 |
st.title("PII Anonymization 🔐")
|
12 |
|
13 |
st.markdown("This demo allows the visualization of personal information anonymization on some code files. \
|
14 |
+
This is just an illustration of [BigCode's PII pipeline](https://github.com/bigcode-project/bigcode-dataset/tree/main/pii) results and the examples and secrets are **synthetic**.")
|
15 |
|
16 |
@st.cache()
|
17 |
def load_data(language="python"):
|