build-advisor / starters.py
cmagganas's picture
Update starters.py
09c4b7c verified
raw
history blame
365 Bytes
import chainlit as cl
@cl.set_starters
async def set_starters():
return [
cl.Starter(
label="Personal Portfolio ChatBot",
message="I want to create a portfolio chatbot that answers questions about my experience and qualifications for a role that I might be applying to.",
icon="/public/laptop.svg",
),
]