broadfield-dev commited on
Commit
f917f10
Β·
verified Β·
1 Parent(s): 1db56f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
153
  with gr.Column(scale=2):
154
  with gr.Row():
155
  creator_service_dropdown = gr.Dropdown(label="Target Service", interactive=True, info="Select the API server you want to encrypt data for.")
156
- refresh_button = gr.Button("πŸ”„", scale=0, size="sm", tooltip="Refresh Target Service List")
157
  creator_secret_input = gr.Textbox(lines=8, label="Secret Data to Encrypt", placeholder="API_KEY: sk-123...\nUSER: demo-user")
158
  creator_button = gr.Button("✨ Create Auth Image via API", variant="primary")
159
  with gr.Column(scale=1):
 
153
  with gr.Column(scale=2):
154
  with gr.Row():
155
  creator_service_dropdown = gr.Dropdown(label="Target Service", interactive=True, info="Select the API server you want to encrypt data for.")
156
+ refresh_button = gr.Button("πŸ”„", scale=0, size="sm")
157
  creator_secret_input = gr.Textbox(lines=8, label="Secret Data to Encrypt", placeholder="API_KEY: sk-123...\nUSER: demo-user")
158
  creator_button = gr.Button("✨ Create Auth Image via API", variant="primary")
159
  with gr.Column(scale=1):