Sergidev commited on
Commit
91a6564
·
verified ·
1 Parent(s): 6274b51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -397,7 +397,7 @@ with gr.Blocks(css="style.css") as demo:
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
 
 
397
  history_password = gr.Textbox(
398
  label="Enable generation history; do not generate illegal or harmful content.",
399
  type="password",
400
+ placeholder="GLOBAL GENERATION HISTORY IS TEMPORARILY DISABLED"
401
  )
402
  history_submit = gr.Button("Submit")
403