broadfield-dev commited on
Commit
ed6e61e
Β·
verified Β·
1 Parent(s): 1770918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
163
  with gr.Column(scale=2):
164
  with gr.Row():
165
  creator_service_dropdown = gr.Dropdown(label="Target Server", interactive=True, info="Select the API server to encrypt data for.")
166
- refresh_button = gr.Button("πŸ”„", scale=0, size="sm", tooltip="Refresh Server List from Config File")
167
  creator_secret_input = gr.Textbox(lines=8, label="Secret Data to Encrypt", placeholder="API_KEY: sk-123...\nUSER: demo-user")
168
  creator_button = gr.Button("✨ Create Auth Image", variant="primary")
169
  with gr.Column(scale=1):
 
163
  with gr.Column(scale=2):
164
  with gr.Row():
165
  creator_service_dropdown = gr.Dropdown(label="Target Server", interactive=True, info="Select the API server to encrypt data for.")
166
+ refresh_button = gr.Button("πŸ”„", scale=0, size="sm")
167
  creator_secret_input = gr.Textbox(lines=8, label="Secret Data to Encrypt", placeholder="API_KEY: sk-123...\nUSER: demo-user")
168
  creator_button = gr.Button("✨ Create Auth Image", variant="primary")
169
  with gr.Column(scale=1):