CatoG commited on
Commit ·
8426232
1
Parent(s): 76680b1
Updated title
Browse files
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="
|
| 730 |
gr.Markdown(
|
| 731 |
-
"#
|
| 732 |
-
"
|
| 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():
|