Sergidev commited on
Commit
e7bf760
·
verified ·
1 Parent(s): 782f715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -395,9 +395,9 @@ with gr.Blocks(css="style.css") as demo:
395
 
396
  with gr.Accordion("Generation History", open=False) as history_accordion:
397
  history_password = gr.Textbox(
398
- label="Global generation history",
399
  type="password",
400
- placeholder="Enter secret for generation history"
401
  )
402
  history_submit = gr.Button("Submit")
403
 
 
395
 
396
  with gr.Accordion("Generation History", open=False) as history_accordion:
397
  history_password = gr.Textbox(
398
+ label="Enable generation history; do not generate illegal or harmful content.",
399
  type="password",
400
+ placeholder="Enter 'iagree' to agree."
401
  )
402
  history_submit = gr.Button("Submit")
403