prashantmatlani commited on
Commit
63d9b2f
·
1 Parent(s): 5f3014b

history display

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # ./app.py
2
 
3
  """
4
  This UI layer sets up a clean initialization screen. It uses a layout state logic gate:
@@ -32,8 +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:** You can leave the password field blank to proceed directly to the workspace. "
36
- "However, if a master environment secret key is required and left blank, **no past conversations or sidebar logs will be loaded**."
37
  )
38
  password_input = gr.Textbox(
39
  label="Security Access Password",
 
1
+ # ./app.py
2
 
3
  """
4
  This UI layer sets up a clean initialization screen. It uses a layout state logic gate:
 
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",