ArmelR commited on
Commit
cf303ab
·
1 Parent(s): 943046d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
383
 
384
  with gr.Row():
385
  do_save = gr.Checkbox(
386
- value=True,
387
  label="Store data",
388
  info="You agree to the storage of your prompt and generated text for research and development purposes:",
389
  )
 
383
 
384
  with gr.Row():
385
  do_save = gr.Checkbox(
386
+ value=False,
387
  label="Store data",
388
  info="You agree to the storage of your prompt and generated text for research and development purposes:",
389
  )