Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ with gr.Blocks() as demo:
|
|
256 |
label="Encryption Key",
|
257 |
type="password",
|
258 |
placeholder="Key used to encrypt the config file.",
|
259 |
-
value="
|
260 |
)
|
261 |
button = gr.Button("Merge", variant="primary")
|
262 |
logs = LogsView(label="Terminal output")
|
|
|
256 |
label="Encryption Key",
|
257 |
type="password",
|
258 |
placeholder="Key used to encrypt the config file.",
|
259 |
+
value="Default"
|
260 |
)
|
261 |
button = gr.Button("Merge", variant="primary")
|
262 |
logs = LogsView(label="Terminal output")
|