Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
| 399 |
type="password",
|
| 400 |
-
placeholder="Enter
|
| 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 |
|