CatoG commited on
Commit
8f1861c
·
1 Parent(s): ec92858
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2056,8 +2056,7 @@ def run_agent(message, history, selected_tools, model_id, client_ip: str = ""):
2056
 
2057
  with gr.Blocks(title="LLM + Agent tools demo", theme=gr.themes.Soft()) as demo:
2058
  gr.Markdown(
2059
- "# LLM + Agent tools demo\n"
2060
- "with selectable tools and extended debugging."
2061
  )
2062
 
2063
  with gr.Tabs():
 
2056
 
2057
  with gr.Blocks(title="LLM + Agent tools demo", theme=gr.themes.Soft()) as demo:
2058
  gr.Markdown(
2059
+ "# Catos agent and tools playground\n"
 
2060
  )
2061
 
2062
  with gr.Tabs():