Update app.py
Browse files
app.py
CHANGED
@@ -197,12 +197,12 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
|
|
197 |
endpoints_state = gr.State([])
|
198 |
|
199 |
gr.Markdown("# π KeyLock Operations Dashboard")
|
200 |
-
gr.Markdown("# β DEMO: Don't send personal information encrypted to the demo server")
|
201 |
gr.Markdown("A centralized dashboard to manage and demonstrate the entire KeyLock ecosystem. Key/Image creation is performed locally, while decryption is handled by a **live, remote API call** to a secure server.")
|
202 |
|
203 |
with gr.Tabs() as tabs:
|
204 |
with gr.TabItem("β Create KeyLock", id=0):
|
205 |
gr.Markdown("## Step 1: Create an Encrypted Authentication Image (Local)")
|
|
|
206 |
gr.Markdown(f"This tool acts as the **Auth Creator**. It fetches a list of available servers from a public [configuration file]({CREATOR_ENDPOINTS_JSON_URL}), then uses the selected server's public key to encrypt your data into a PNG. **This entire creation process happens locally.**")
|
207 |
with gr.Row(variant="panel"):
|
208 |
with gr.Column(scale=2):
|
|
|
197 |
endpoints_state = gr.State([])
|
198 |
|
199 |
gr.Markdown("# π KeyLock Operations Dashboard")
|
|
|
200 |
gr.Markdown("A centralized dashboard to manage and demonstrate the entire KeyLock ecosystem. Key/Image creation is performed locally, while decryption is handled by a **live, remote API call** to a secure server.")
|
201 |
|
202 |
with gr.Tabs() as tabs:
|
203 |
with gr.TabItem("β Create KeyLock", id=0):
|
204 |
gr.Markdown("## Step 1: Create an Encrypted Authentication Image (Local)")
|
205 |
+
gr.Markdown("# β DEMO: Don't send personal information encrypted to the demo server")
|
206 |
gr.Markdown(f"This tool acts as the **Auth Creator**. It fetches a list of available servers from a public [configuration file]({CREATOR_ENDPOINTS_JSON_URL}), then uses the selected server's public key to encrypt your data into a PNG. **This entire creation process happens locally.**")
|
207 |
with gr.Row(variant="panel"):
|
208 |
with gr.Column(scale=2):
|