Spaces:
Build error
Build error
chore: update zama logo
Browse files
app.py
CHANGED
|
@@ -485,8 +485,12 @@ with demo:
|
|
| 485 |
gr.Markdown(
|
| 486 |
"""
|
| 487 |
<p align="center">
|
| 488 |
-
<img width=200 src="
|
| 489 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 490 |
<h1 style="text-align: center;">Encrypted Anonymization Using Fully Homomorphic Encryption</h1>
|
| 491 |
<p align="center">
|
| 492 |
<a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>
|
|
|
|
| 485 |
gr.Markdown(
|
| 486 |
"""
|
| 487 |
<p align="center">
|
| 488 |
+
<img width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
|
| 489 |
</p>
|
| 490 |
+
""")
|
| 491 |
+
|
| 492 |
+
gr.Markdown(
|
| 493 |
+
"""
|
| 494 |
<h1 style="text-align: center;">Encrypted Anonymization Using Fully Homomorphic Encryption</h1>
|
| 495 |
<p align="center">
|
| 496 |
<a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>
|