diff --git a/src/app.tsx b/src/app.tsx index 0605def..3063e6a 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -320,7 +320,31 @@ function Chat() { } title="Start a conversation" - description={`Try "What's the weather in Paris?", "What timezone am I in?", "Calculate 5000 * 3", or "Remind me in 5 minutes to take a break"`} + contents={ +
+ {[ + "What's the weather in Paris?", + "What timezone am I in?", + "Calculate 5000 * 3", + "Remind me in 5 minutes to take a break" + ].map((prompt) => ( + + ))} +
+ } /> )}