Aasher commited on
Commit
3668c61
·
1 Parent(s): 07d943d

Improve starter questions

Browse files
Files changed (1) hide show
  1. src/axiom/app.py +1 -1
src/axiom/app.py CHANGED
@@ -53,7 +53,7 @@ def oauth_callback(
53
  async def set_starters():
54
  return [
55
  cl.Starter(
56
- label="LangGraph Chatbot Creation",
57
  message="Create an Agent in LangGraph which can search the web using Tavily.",
58
  icon="/public/msg_icons/chatbot.png",
59
  ),
 
53
  async def set_starters():
54
  return [
55
  cl.Starter(
56
+ label="LangGraph Agent Creation",
57
  message="Create an Agent in LangGraph which can search the web using Tavily.",
58
  icon="/public/msg_icons/chatbot.png",
59
  ),