laverdes commited on
Commit
9c06d50
·
verified ·
1 Parent(s): 76b3d7d

chore: update title

Browse files
Files changed (1) hide show
  1. 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"# LangGraph 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
  )
 
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
  )