Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
["
|
39 |
["What is the current status of the refugee crisis in Europe?"],
|
40 |
["Tell me about refugee trends in the Middle East."],
|
41 |
-
["How
|
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 |
|