Update app.py
Browse files
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>
|
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>
|
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 |
-
|
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 |
|