Steelskull commited on
Commit
69c946a
·
verified ·
1 Parent(s): 73c808b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="GPuccini"
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")