CatoG commited on
Commit ·
8f1861c
1
Parent(s): ec92858
redeploy
Browse files
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 |
-
"#
|
| 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():
|