Spaces:
Sleeping
Sleeping
chore: update title
Browse files- gradio_ui_langgraph.py +1 -1
gradio_ui_langgraph.py
CHANGED
@@ -256,7 +256,7 @@ class GradioUI:
|
|
256 |
with gr.Sidebar():
|
257 |
gr.Markdown(
|
258 |
# f"# {self.name.replace('_', ' ').capitalize()}"
|
259 |
-
f"#
|
260 |
"\n> This web ui allows you to interact with a `langgraph` agent that can use tools and execute steps to complete tasks in a Gala event."
|
261 |
+ (f"\n\n**Agent description:**\n{self.description}" if self.description else "")
|
262 |
)
|
|
|
256 |
with gr.Sidebar():
|
257 |
gr.Markdown(
|
258 |
# f"# {self.name.replace('_', ' ').capitalize()}"
|
259 |
+
f"# Gala Agent"
|
260 |
"\n> This web ui allows you to interact with a `langgraph` agent that can use tools and execute steps to complete tasks in a Gala event."
|
261 |
+ (f"\n\n**Agent description:**\n{self.description}" if self.description else "")
|
262 |
)
|