CatoG commited on
Commit
8426232
·
1 Parent(s): 76680b1

Updated title

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -726,10 +726,10 @@ def run_agent(message, history, selected_tools, model_id, client_ip: str = ""):
726
  # UI
727
  # ============================================================
728
 
729
- with gr.Blocks(title="Provider Multi-Model Agent", theme=gr.themes.Soft()) as demo:
730
  gr.Markdown(
731
- "# Provider Multi-Model Agent\n"
732
- "Provider-backed models only, with selectable tools and extended debugging."
733
  )
734
 
735
  with gr.Row():
 
726
  # UI
727
  # ============================================================
728
 
729
+ with gr.Blocks(title="LLM + Agent tools demo", theme=gr.themes.Soft()) as demo:
730
  gr.Markdown(
731
+ "# LLM + Agent tools demo\n"
732
+ "with selectable tools and extended debugging."
733
  )
734
 
735
  with gr.Row():