broadfield-dev commited on
Commit
5c3812c
Β·
verified Β·
1 Parent(s): 674b968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: