Update app.py
Browse files
app.py
CHANGED
@@ -102,13 +102,16 @@ with demo:
|
|
102 |
"""
|
103 |
)
|
104 |
|
105 |
-
gr.Markdown(
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
)
|
|
|
|
|
|
|
112 |
|
113 |
gr.Markdown("<hr />")
|
114 |
|
|
|
102 |
"""
|
103 |
)
|
104 |
|
105 |
+
# gr.Markdown(
|
106 |
+
# f"""
|
107 |
+
# <p align="center">
|
108 |
+
# <img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/schema.png">
|
109 |
+
# </p>
|
110 |
+
# """
|
111 |
+
# )
|
112 |
+
with gr.Row():
|
113 |
+
with gr.Column(elem_id="center_column"):
|
114 |
+
gr.Image("Img/schema.png", width=200, show_label=False)
|
115 |
|
116 |
gr.Markdown("<hr />")
|
117 |
|