Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ with gr.Blocks(title="Get Scene Admin Dashboard", theme=gr.themes.Base()) as dem
|
|
| 86 |
|
| 87 |
# ββ LOGIN PANEL ββββββββββββββββββββββββββββββββββββββββββββββ
|
| 88 |
with gr.Column(visible=True, elem_id="login_panel") as login_panel:
|
| 89 |
-
gr.Markdown("#
|
| 90 |
login_user = gr.Textbox(label="Username", placeholder="Enter username")
|
| 91 |
login_pass = gr.Textbox(label="Password", placeholder="Enter password", type="password")
|
| 92 |
login_error = gr.Markdown("", visible=True)
|
|
@@ -95,7 +95,7 @@ with gr.Blocks(title="Get Scene Admin Dashboard", theme=gr.themes.Base()) as dem
|
|
| 95 |
# ββ DASHBOARD (hidden until login) βββββββββββββββββββββββββββ
|
| 96 |
with gr.Column(visible=False) as dashboard:
|
| 97 |
with gr.Row():
|
| 98 |
-
gr.Markdown("#
|
| 99 |
logout_btn = gr.Button("Log Out", variant="stop", scale=0)
|
| 100 |
|
| 101 |
gr.Markdown("Manage FAQs, Podcasts, and Knowledge Embeddings.")
|
|
|
|
| 86 |
|
| 87 |
# ββ LOGIN PANEL ββββββββββββββββββββββββββββββββββββββββββββββ
|
| 88 |
with gr.Column(visible=True, elem_id="login_panel") as login_panel:
|
| 89 |
+
gr.Markdown("# Get Scene Admin\nPlease log in to continue.")
|
| 90 |
login_user = gr.Textbox(label="Username", placeholder="Enter username")
|
| 91 |
login_pass = gr.Textbox(label="Password", placeholder="Enter password", type="password")
|
| 92 |
login_error = gr.Markdown("", visible=True)
|
|
|
|
| 95 |
# ββ DASHBOARD (hidden until login) βββββββββββββββββββββββββββ
|
| 96 |
with gr.Column(visible=False) as dashboard:
|
| 97 |
with gr.Row():
|
| 98 |
+
gr.Markdown("# Get Scene Admin Dashboard")
|
| 99 |
logout_btn = gr.Button("Log Out", variant="stop", scale=0)
|
| 100 |
|
| 101 |
gr.Markdown("Manage FAQs, Podcasts, and Knowledge Embeddings.")
|