File size: 365 Bytes
5c34665
 
 
 
 
 
09c4b7c
 
5c34665
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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",
        ),
    ]