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