Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
45 |
"2. Download the generated image or drag it to the 'KeyLock Image' upload area.\n"
|
46 |
"3. The decoded data will **automatically** appear below."
|
47 |
)
|
|
|
48 |
with gr.Row():
|
49 |
with gr.Column():
|
50 |
gr.Markdown("## Login")
|
|
|
45 |
"2. Download the generated image or drag it to the 'KeyLock Image' upload area.\n"
|
46 |
"3. The decoded data will **automatically** appear below."
|
47 |
)
|
48 |
+
gr.Markdown("### github: [https://github.com/broadfield-dev/gradio-keylock](https://github.com/broadfield-dev/gradio-keylock)")
|
49 |
with gr.Row():
|
50 |
with gr.Column():
|
51 |
gr.Markdown("## Login")
|