80cols commited on
Commit
5f47273
·
verified ·
1 Parent(s): 65ac8a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -89,6 +89,8 @@ with demo:
89
  Each party involved in the detection process can collaborate without compromising user privacy,
90
  minimizing the risk of data leaks or breaches. The data remains confidential throughout the entire
91
  process, ensuring that the privacy of users is maintained.
 
 
92
  """
93
  )
94
 
 
89
  Each party involved in the detection process can collaborate without compromising user privacy,
90
  minimizing the risk of data leaks or breaches. The data remains confidential throughout the entire
91
  process, ensuring that the privacy of users is maintained.
92
+
93
+ You can consult the ["Introduction to Homomorphic Encryption" page](https://www.zama.ai/introduction-to-homomorphic-encryption).
94
  """
95
  )
96