broadfield-dev commited on
Commit
5b4b45e
·
verified ·
1 Parent(s): 6c312f4

Update server/app.py

Browse files
Files changed (1) hide show
  1. 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="pem", 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",
 
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",