Spaces:
Build error
Build error
chore: add diagram
Browse files- app.py +10 -7
- encrypted_anonymization_diagram.jpg +0 -0
app.py
CHANGED
|
@@ -115,6 +115,15 @@ with demo:
|
|
| 115 |
"""
|
| 116 |
)
|
| 117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
with gr.Accordion("What is Encrypted Anonymization?", open=False):
|
| 119 |
gr.Markdown(
|
| 120 |
"""
|
|
@@ -129,13 +138,7 @@ with demo:
|
|
| 129 |
with gr.Accordion("Anonymized Document", open=True):
|
| 130 |
gr.Markdown(anonymized_document)
|
| 131 |
|
| 132 |
-
|
| 133 |
-
# """
|
| 134 |
-
# <p align="center">
|
| 135 |
-
# <img src="file/images/banner.png">
|
| 136 |
-
# </p>
|
| 137 |
-
# """
|
| 138 |
-
# )
|
| 139 |
|
| 140 |
########################## User Query Part ##########################
|
| 141 |
with gr.Row():
|
|
|
|
| 115 |
"""
|
| 116 |
)
|
| 117 |
|
| 118 |
+
gr.Markdown(
|
| 119 |
+
"""
|
| 120 |
+
<p align="center">
|
| 121 |
+
<img width="30%" height="25%" src="./encrypted_anonymization_diagram.jpg">
|
| 122 |
+
</p>
|
| 123 |
+
"""
|
| 124 |
+
)
|
| 125 |
+
|
| 126 |
+
|
| 127 |
with gr.Accordion("What is Encrypted Anonymization?", open=False):
|
| 128 |
gr.Markdown(
|
| 129 |
"""
|
|
|
|
| 138 |
with gr.Accordion("Anonymized Document", open=True):
|
| 139 |
gr.Markdown(anonymized_document)
|
| 140 |
|
| 141 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
|
| 143 |
########################## User Query Part ##########################
|
| 144 |
with gr.Row():
|
encrypted_anonymization_diagram.jpg
ADDED
|