Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ async def set_starters():
|
|
18 |
cl.Starter(
|
19 |
label="Morning routine ideation",
|
20 |
message="Can you help me create a personalized morning routine that would help increase my productivity throughout the day? Start by asking me about my current habits and what activities energize me in the morning.",
|
21 |
-
icon="/public/idea.svg",
|
22 |
),
|
23 |
cl.Starter(
|
24 |
label="Explain superconductors",
|
@@ -28,12 +28,12 @@ async def set_starters():
|
|
28 |
cl.Starter(
|
29 |
label="Python script for daily email reports",
|
30 |
message="Write a script to automate sending daily email reports in Python, and walk me through how I would set it up.",
|
31 |
-
icon="/public/terminal.svg",
|
32 |
),
|
33 |
cl.Starter(
|
34 |
label="Text inviting friend to wedding",
|
35 |
message="Write a text asking a friend to be my plus-one at a wedding next month. I want to keep it super short and casual, and offer an out.",
|
36 |
-
icon="/public/write.svg",
|
37 |
)
|
38 |
]
|
39 |
|
|
|
18 |
cl.Starter(
|
19 |
label="Morning routine ideation",
|
20 |
message="Can you help me create a personalized morning routine that would help increase my productivity throughout the day? Start by asking me about my current habits and what activities energize me in the morning.",
|
21 |
+
# icon="/public/idea.svg",
|
22 |
),
|
23 |
cl.Starter(
|
24 |
label="Explain superconductors",
|
|
|
28 |
cl.Starter(
|
29 |
label="Python script for daily email reports",
|
30 |
message="Write a script to automate sending daily email reports in Python, and walk me through how I would set it up.",
|
31 |
+
# icon="/public/terminal.svg",
|
32 |
),
|
33 |
cl.Starter(
|
34 |
label="Text inviting friend to wedding",
|
35 |
message="Write a text asking a friend to be my plus-one at a wedding next month. I want to keep it super short and casual, and offer an out.",
|
36 |
+
# icon="/public/write.svg",
|
37 |
)
|
38 |
]
|
39 |
|