Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
|
|
171 |
with gr.Column(scale=2):
|
172 |
with gr.Row():
|
173 |
creator_service_dropdown = gr.Dropdown(label="Target Server", interactive=True, info="Select the API server to encrypt data for.")
|
174 |
-
refresh_button = gr.Button("π", scale=0, size="sm"
|
175 |
creator_secret_input = gr.Textbox(lines=8, label="Secret Data to Encrypt", placeholder="API_KEY: sk-123...\nUSER: demo-user")
|
176 |
creator_button = gr.Button("β¨ Create Auth Image", variant="primary")
|
177 |
with gr.Column(scale=1):
|
|
|
171 |
with gr.Column(scale=2):
|
172 |
with gr.Row():
|
173 |
creator_service_dropdown = gr.Dropdown(label="Target Server", interactive=True, info="Select the API server to encrypt data for.")
|
174 |
+
refresh_button = gr.Button("π", scale=0, size="sm")
|
175 |
creator_secret_input = gr.Textbox(lines=8, label="Secret Data to Encrypt", placeholder="API_KEY: sk-123...\nUSER: demo-user")
|
176 |
creator_button = gr.Button("β¨ Create Auth Image", variant="primary")
|
177 |
with gr.Column(scale=1):
|