loubnabnl HF Staff commited on
Commit
a6f9353
·
1 Parent(s): 9f6f218

add link to code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and the examples and secrets are synthetic.")
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-analysis/tree/main/data_analysis/pii) and the examples and secrets are **synthetic**.")
15
 
16
  @st.cache()
17
  def load_data(language="python"):