Spaces:
Sleeping
Sleeping
import chainlit as cl | |
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", | |
), | |
] | |