Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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 |
|