gokaygokay commited on
Commit
32d0c0c
·
verified ·
1 Parent(s): 7cd720a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
299
  with gr.Accordion("Prefix and Suffix Settings", open=True):
300
  use_positive_prefix = gr.Checkbox(
301
  label="Use Positive Prefix",
302
- value=True,
303
  info=f"Prefix: {DEFAULT_POSITIVE_PREFIX}"
304
  )
305
  use_positive_suffix = gr.Checkbox(
 
299
  with gr.Accordion("Prefix and Suffix Settings", open=True):
300
  use_positive_prefix = gr.Checkbox(
301
  label="Use Positive Prefix",
302
+ value=False,
303
  info=f"Prefix: {DEFAULT_POSITIVE_PREFIX}"
304
  )
305
  use_positive_suffix = gr.Checkbox(