Update app.py
Browse files
app.py
CHANGED
@@ -197,6 +197,7 @@ 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("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:
|
|
|
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:
|