Update server/app.py
Browse files- server/app.py +1 -1
server/app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(title="Secure Decoder API", theme=gr.themes.Soft()) as demo:
|
|
162 |
"3. **`/keylock-server`**: A `POST` request with a base64-encoded image string decrypts the data."
|
163 |
)
|
164 |
gr.Markdown("### Server's Public Key")
|
165 |
-
gr.Code(value=PUBLIC_KEY_PEM_STRING, language="
|
166 |
with gr.Accordion("Client-Side Python Example for Image Creation", open=False):
|
167 |
gr.Code(
|
168 |
language="python",
|
|
|
162 |
"3. **`/keylock-server`**: A `POST` request with a base64-encoded image string decrypts the data."
|
163 |
)
|
164 |
gr.Markdown("### Server's Public Key")
|
165 |
+
gr.Code(value=PUBLIC_KEY_PEM_STRING, language="python", label="Server Public Key (from /keylock-pub)")
|
166 |
with gr.Accordion("Client-Side Python Example for Image Creation", open=False):
|
167 |
gr.Code(
|
168 |
language="python",
|