80cols commited on
Commit
b425f89
Β·
verified Β·
1 Parent(s): ecc38d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -39,15 +39,15 @@ with demo:
39
  <h1 style="text-align: center;">Confidential Bank Fraud Detection Using Fully Homomorphic Encryption</h1>
40
  <p align="center">
41
  <a href="https://github.com/CirSandro/private-fhe-fraud-detection">
42
- <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ’³</span>private-fhe-fraud-detection
43
  </a>
44
  β€”
45
  <a href="https://docs.zama.ai/concrete-ml">
46
- <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ”’</span>Documentation Concrete-ML
47
  </a>
48
  β€”
49
  <a href="https://www.epita.fr/">
50
- <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">🏫</span>Epita
51
  </a>
52
  </p>
53
  """
@@ -56,7 +56,7 @@ with demo:
56
  gr.Markdown(
57
  """
58
  <p align="center" style="font-size: 16px;">
59
- How to detect bank fraud without revealing your personal data ?</p>
60
  """
61
  )
62
 
 
39
  <h1 style="text-align: center;">Confidential Bank Fraud Detection Using Fully Homomorphic Encryption</h1>
40
  <p align="center">
41
  <a href="https://github.com/CirSandro/private-fhe-fraud-detection">
42
+ <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ’³</span>Read the Code
43
  </a>
44
  β€”
45
  <a href="https://docs.zama.ai/concrete-ml">
46
+ <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ”’</span>Read Zama's Concrete-ML Documentation
47
  </a>
48
  β€”
49
  <a href="https://www.epita.fr/">
50
+ <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">🏫</span>Visit Epita Website
51
  </a>
52
  </p>
53
  """
 
56
  gr.Markdown(
57
  """
58
  <p align="center" style="font-size: 16px;">
59
+ This application shows you how to detect bank frauds without revealing your personal data using Fully Homomorphic Encryption.</p>
60
  """
61
  )
62