ArmelR commited on
Commit
fed4096
1 Parent(s): b8310dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -454,12 +454,12 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
454
  interactive=True,
455
  info="The parameter for repetition penalty. 1.0 means no penalty.",
456
  )
457
- with gr.Row():
458
- do_save = gr.Checkbox(
459
- value=False,
460
- label="Store data",
461
- info="You agree to the storage of your prompt and generated text for research and development purposes:",
462
- )
463
  # with gr.Group(elem_id="share-btn-container"):
464
  # community_icon = gr.HTML(community_icon_html, visible=True)
465
  # loading_icon = gr.HTML(loading_icon_html, visible=True)
 
454
  interactive=True,
455
  info="The parameter for repetition penalty. 1.0 means no penalty.",
456
  )
457
+ with gr.Row():
458
+ do_save = gr.Checkbox(
459
+ value=False,
460
+ label="Store data",
461
+ info="You agree to the storage of your prompt and generated text for research and development purposes:",
462
+ )
463
  # with gr.Group(elem_id="share-btn-container"):
464
  # community_icon = gr.HTML(community_icon_html, visible=True)
465
  # loading_icon = gr.HTML(loading_icon_html, visible=True)