cmagganas commited on
Commit
bd942e8
·
verified ·
1 Parent(s): 9e9d297

Delete starters.py

Browse files
Files changed (1) hide show
  1. starters.py +0 -11
starters.py DELETED
@@ -1,11 +0,0 @@
1
- import chainlit as cl
2
-
3
- @cl.set_starters
4
- async def set_starters():
5
- return [
6
- cl.Starter(
7
- label="Personal Portfolio ChatBot",
8
- 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.",
9
- icon="/public/laptop.svg",
10
- ),
11
- ]