TheoLvs commited on
Commit
c929741
1 Parent(s): 435c75a

Update sample_questions.py

Browse files
Files changed (1) hide show
  1. climateqa/sample_questions.py +1 -0
climateqa/sample_questions.py CHANGED
@@ -79,6 +79,7 @@ QUESTIONS = {
79
  "Are human activities causing global warming?",
80
  "What is the distribution of uncertainty in projected precipitation changes across different time frames ?",
81
  "What are the anticipated changes in the global water cycle by the end of the 21st century under an intermediate emissions scenario ?",
 
82
  ]
83
 
84
  }
 
79
  "Are human activities causing global warming?",
80
  "What is the distribution of uncertainty in projected precipitation changes across different time frames ?",
81
  "What are the anticipated changes in the global water cycle by the end of the 21st century under an intermediate emissions scenario ?",
82
+ "How are human activities contributing to the spread of invasive alien species?",
83
  ]
84
 
85
  }