broadfield-dev commited on
Commit
6feefab
Β·
verified Β·
1 Parent(s): 9e412ec

Update server/ui.py

Browse files
Files changed (1) hide show
  1. 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"):