Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 |
)
|