Skip to content

Commit 12e1f5c

Browse files
committed
tweak examples
1 parent 9b06848 commit 12e1f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/chat.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ class BiodiversityChatbot {
277277
'assistant',
278278
'Hi! I can help you explore global biodiversity data and control the map. Try asking:\n\n' +
279279
'* "Which protected areas have the highest ave number of threatened species in the US? Also show them on the map"\n' +
280-
'* "Show protected areas in Canada whose mean carbon density is in the top 10% of all CA protected areas"\n' +
281-
'* "Calculate vulnerable carbon stored in IUCN category Ia areas"\n' +
282-
'* "Show state-owned protected areas colored by IUCN category"'
280+
'* "What fraction of Canada is in protected areas? What fraction of the vulnerable carbon is protected?"\n' +
281+
'* "Describe the datasets you have available and where I can learn more about them"\n' +
282+
'* "Compute total carbon storage & species richness of each protected area in Brazil as a csv file"'
283283
);
284284
}
285285

0 commit comments

Comments
 (0)