Update app.py
Browse files
app.py
CHANGED
@@ -273,6 +273,7 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
|
|
273 |
with gr.Tabs() as tabs:
|
274 |
with gr.TabItem("① Create KeyLock", id=0):
|
275 |
gr.Markdown("## Step 1: Create an Encrypted Authentication Image (Local)")
|
|
|
276 |
gr.Markdown(f"Encrypt your data into a PNG. You can upload your own background image, or we'll provide a stylish default or generate one for you. The encryption process happens entirely in your browser.")
|
277 |
with gr.Row(variant="panel"):
|
278 |
with gr.Column(scale=2):
|
|
|
273 |
with gr.Tabs() as tabs:
|
274 |
with gr.TabItem("① Create KeyLock", id=0):
|
275 |
gr.Markdown("## Step 1: Create an Encrypted Authentication Image (Local)")
|
276 |
+
gr.Markdown("## ❗ this is a DEMO, don't send personal information encrypted to the DEMO server")
|
277 |
gr.Markdown(f"Encrypt your data into a PNG. You can upload your own background image, or we'll provide a stylish default or generate one for you. The encryption process happens entirely in your browser.")
|
278 |
with gr.Row(variant="panel"):
|
279 |
with gr.Column(scale=2):
|