Update app.py
Browse files
app.py
CHANGED
|
@@ -174,6 +174,7 @@ with gr.Blocks(theme=theme, title="KeyLock Showcase") as demo:
|
|
| 174 |
|
| 175 |
gr.Markdown("# π KeyLock Showcase")
|
| 176 |
gr.Markdown("A comprehensive toolkit for generating and testing KeyLock authentication images against live servers.")
|
|
|
|
| 177 |
|
| 178 |
with gr.Tabs():
|
| 179 |
with gr.TabItem("Client Operations"):
|
|
|
|
| 174 |
|
| 175 |
gr.Markdown("# π KeyLock Showcase")
|
| 176 |
gr.Markdown("A comprehensive toolkit for generating and testing KeyLock authentication images against live servers.")
|
| 177 |
+
gr.Markdown("This servers address: https://agents-mcp-hackathon-keylock-auth-system.hf.space")
|
| 178 |
|
| 179 |
with gr.Tabs():
|
| 180 |
with gr.TabItem("Client Operations"):
|