Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="KeyLock Image Creator") as demo:
|
|
149 |
new_service_key = gr.Textbox(label="Public Key (PEM Format)", lines=5, placeholder="-----BEGIN PUBLIC KEY-----...")
|
150 |
add_service_button = gr.Button("Add Service to Current Session")
|
151 |
gr.Markdown("---")
|
152 |
-
save_config_button = gr.Button("Save Current Configuration to File", variant="secondary")
|
153 |
config_status_output = gr.Textbox(label="Configuration Status", interactive=False)
|
154 |
|
155 |
# FIX: Define API endpoints clearly instead of using a hidden row
|
|
|
149 |
new_service_key = gr.Textbox(label="Public Key (PEM Format)", lines=5, placeholder="-----BEGIN PUBLIC KEY-----...")
|
150 |
add_service_button = gr.Button("Add Service to Current Session")
|
151 |
gr.Markdown("---")
|
152 |
+
save_config_button = gr.Button("Save Current Configuration to File", variant="secondary", visible=False)
|
153 |
config_status_output = gr.Textbox(label="Configuration Status", interactive=False)
|
154 |
|
155 |
# FIX: Define API endpoints clearly instead of using a hidden row
|