InnerI commited on
Commit
94ba936
·
verified ·
1 Parent(s): 06e821f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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("# {APP_TITLE}")
640
- Public users: chat + workflows. Admin: control plane + audit.")
 
 
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")