Spaces:
Sleeping
Sleeping
Commit ·
f31ad14
1
Parent(s): 63d9b2f
history display
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
|
|
| 32 |
with gr.Column(visible=True) as login_layout:
|
| 33 |
gr.Markdown("## 🔐 CoderG Enterprise Access Gate")
|
| 34 |
gr.Markdown(
|
| 35 |
-
"⚠️ **Workspace Notice:** Please leave the password field blank to proceed directly to the workspace."
|
| 36 |
)
|
| 37 |
password_input = gr.Textbox(
|
| 38 |
label="Security Access Password",
|
|
|
|
| 32 |
with gr.Column(visible=True) as login_layout:
|
| 33 |
gr.Markdown("## 🔐 CoderG Enterprise Access Gate")
|
| 34 |
gr.Markdown(
|
| 35 |
+
"⚠️ **Workspace Notice:** Please leave the password field blank, and press the **Unlock Workspace Environment** to proceed directly to the workspace."
|
| 36 |
)
|
| 37 |
password_input = gr.Textbox(
|
| 38 |
label="Security Access Password",
|