Update server/app.py
Browse files- server/app.py +1 -1
server/app.py
CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(title="Secure Decoder API", theme=gr.themes.Soft()) as demo:
|
|
134 |
# This tab remains unchanged, showing clients how to use the API
|
135 |
gr.Markdown("## How to Use This API")
|
136 |
gr.Markdown("### Step 1: Get the Server's Public Key")
|
137 |
-
gr.Code(value=PUBLIC_KEY_PEM_STRING, language="
|
138 |
# ... (The rest of the extensive documentation from your original file)
|
139 |
|
140 |
with gr.TabItem("⚙️ Server Status & Error Guide"):
|
|
|
134 |
# This tab remains unchanged, showing clients how to use the API
|
135 |
gr.Markdown("## How to Use This API")
|
136 |
gr.Markdown("### Step 1: Get the Server's Public Key")
|
137 |
+
gr.Code(value=PUBLIC_KEY_PEM_STRING, language="python", label="Server Public Key")
|
138 |
# ... (The rest of the extensive documentation from your original file)
|
139 |
|
140 |
with gr.TabItem("⚙️ Server Status & Error Guide"):
|