Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -636,8 +636,10 @@ def chat_turn(session_token: str, agent_id: str, user_msg: str, tool_plan_json:
|
|
| 636 |
return history, ""
|
| 637 |
|
| 638 |
with gr.Blocks(title=APP_TITLE) as demo:
|
| 639 |
-
gr.Markdown(
|
| 640 |
-
|
|
|
|
|
|
|
| 641 |
|
| 642 |
with gr.Tab("Account"):
|
| 643 |
gr.Markdown("### Signup")
|
|
|
|
| 636 |
return history, ""
|
| 637 |
|
| 638 |
with gr.Blocks(title=APP_TITLE) as demo:
|
| 639 |
+
gr.Markdown(
|
| 640 |
+
f"# {APP_TITLE}\n"
|
| 641 |
+
"Public users: chat + workflows. Admin: control plane + audit."
|
| 642 |
+
)
|
| 643 |
|
| 644 |
with gr.Tab("Account"):
|
| 645 |
gr.Markdown("### Signup")
|