broadfield-dev commited on
Commit
698f752
·
verified ·
1 Parent(s): 9844f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks(title="Secure Decoder API", theme=gr.themes.Soft()) as demo:
270
  gr.Markdown("## How to Use This API")
271
  gr.Markdown("### Step 1: Get the Server's Public Key")
272
  gr.Markdown("You must use this public key to encrypt data intended for this server. Save it to a file (e.g., `server_pub.pem`).")
273
- gr.Code(value=PUBLIC_KEY_PEM_STRING, language="pem", label="Server Public Key")
274
 
275
  with gr.Accordion("Step 2: Create the Encrypted Image (Client-Side Python Example)", open=True):
276
  gr.Markdown("Use the following Python code in your client application to create a KeyLock image.")
 
270
  gr.Markdown("## How to Use This API")
271
  gr.Markdown("### Step 1: Get the Server's Public Key")
272
  gr.Markdown("You must use this public key to encrypt data intended for this server. Save it to a file (e.g., `server_pub.pem`).")
273
+ gr.Code(value=PUBLIC_KEY_PEM_STRING, language="python", label="Server Public Key")
274
 
275
  with gr.Accordion("Step 2: Create the Encrypted Image (Client-Side Python Example)", open=True):
276
  gr.Markdown("Use the following Python code in your client application to create a KeyLock image.")