InnerI commited on
Commit
9c1ae2d
·
verified ·
1 Parent(s): 7d40e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -636,7 +636,7 @@ 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(f"# {APP_TITLE}
640
  Public users: chat + workflows. Admin: control plane + audit.")
641
 
642
  with gr.Tab("Account"):
 
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"):