Update app.py
Browse files
app.py
CHANGED
|
@@ -23,11 +23,14 @@ def key_generated():
|
|
| 23 |
demo = gr.Blocks(css=".markdown-body { font-size: 18px; }")
|
| 24 |
|
| 25 |
with demo:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
|
|
@@ -93,16 +96,13 @@ with demo:
|
|
| 93 |
"""
|
| 94 |
)
|
| 95 |
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
with gr.Row():
|
| 104 |
-
with gr.Column(elem_id="center_column"):
|
| 105 |
-
gr.Image("Img/schema.png", width=200, show_label=False)
|
| 106 |
|
| 107 |
gr.Markdown("<hr />")
|
| 108 |
|
|
|
|
| 23 |
demo = gr.Blocks(css=".markdown-body { font-size: 18px; }")
|
| 24 |
|
| 25 |
with demo:
|
| 26 |
+
gr.Markdown(
|
| 27 |
+
f"""
|
| 28 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
| 29 |
+
<img style="margin-right: 50px;" width=200 src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/zama.png">
|
| 30 |
+
<img width=200 src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/Epita.png">
|
| 31 |
+
</div>
|
| 32 |
+
"""
|
| 33 |
+
)
|
| 34 |
|
| 35 |
|
| 36 |
|
|
|
|
| 96 |
"""
|
| 97 |
)
|
| 98 |
|
| 99 |
+
gr.Markdown(
|
| 100 |
+
f"""
|
| 101 |
+
<p align="center">
|
| 102 |
+
<img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/schema.png">
|
| 103 |
+
</p>
|
| 104 |
+
"""
|
| 105 |
+
)
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
gr.Markdown("<hr />")
|
| 108 |
|