Update server/ui.py
Browse files- server/ui.py +1 -0
server/ui.py
CHANGED
@@ -13,6 +13,7 @@ theme = gr.themes.Soft()
|
|
13 |
with gr.Blocks(title="Secure Decoder API", theme=theme) as demo:
|
14 |
gr.Markdown("# π Secure KeyLock Decoder & Auth API")
|
15 |
gr.Markdown("This application provides secure API endpoints to decrypt data from images and perform mock authentication.")
|
|
|
16 |
|
17 |
with gr.Tabs():
|
18 |
with gr.TabItem("π API Documentation"):
|
|
|
13 |
with gr.Blocks(title="Secure Decoder API", theme=theme) as demo:
|
14 |
gr.Markdown("# π Secure KeyLock Decoder & Auth API")
|
15 |
gr.Markdown("This application provides secure API endpoints to decrypt data from images and perform mock authentication.")
|
16 |
+
gr.Markdown("This Server Base URL: https://broadfield-dev-keylock-auth-server-repo.hf.space")
|
17 |
|
18 |
with gr.Tabs():
|
19 |
with gr.TabItem("π API Documentation"):
|