Update server/app.py
Browse files- server/app.py +1 -1
server/app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(title="Secure Decoder API", theme=gr.themes.Soft()) as demo:
|
|
122 |
with gr.TabItem("🚀 Quick Start & Documentation"):
|
123 |
gr.Markdown("## How to Use This API")
|
124 |
gr.Markdown("### Step 1: Get the Server's Public Key")
|
125 |
-
gr.Code(value=PUBLIC_KEY_PEM_STRING, language="
|
126 |
with gr.Accordion("Step 2: Create the Encrypted Image (Client-Side Python Example)", open=False):
|
127 |
gr.Markdown("Use the following Python code in your client application to create a KeyLock image.")
|
128 |
gr.Code(
|
|
|
122 |
with gr.TabItem("🚀 Quick Start & Documentation"):
|
123 |
gr.Markdown("## How to Use This API")
|
124 |
gr.Markdown("### Step 1: Get the Server's Public Key")
|
125 |
+
gr.Code(value=PUBLIC_KEY_PEM_STRING, language="python", label="Server Public Key")
|
126 |
with gr.Accordion("Step 2: Create the Encrypted Image (Client-Side Python Example)", open=False):
|
127 |
gr.Markdown("Use the following Python code in your client application to create a KeyLock image.")
|
128 |
gr.Code(
|