Adityashriv commited on
Commit
fe9f222
·
verified ·
1 Parent(s): 405d280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,10 +35,10 @@ def chat_response(user_message: str, history: list) -> tuple:
35
 
36
  # Sample questions as lists, which will populate the input textbox.
37
  sample_questions = [
38
- ["How many cases of refugee crises have we had in the US in 1 year?"],
39
  ["What is the current status of the refugee crisis in Europe?"],
40
  ["Tell me about refugee trends in the Middle East."],
41
- ["How does the refugee crisis affect the economy in the US?"],
42
  ["What policies are in place to address refugee crises?"]
43
  ]
44
 
 
35
 
36
  # Sample questions as lists, which will populate the input textbox.
37
  sample_questions = [
38
+ ["What are the primary mental health challenges faced by refugee children?"],
39
  ["What is the current status of the refugee crisis in Europe?"],
40
  ["Tell me about refugee trends in the Middle East."],
41
+ ["How can technology aid in addressing the mental health needs of refugee children?"],
42
  ["What policies are in place to address refugee crises?"]
43
  ]
44