Spaces:
Paused
Paused
chore: update examples
Browse files
app.py
CHANGED
@@ -38,24 +38,28 @@ Ghost 8B Beta may give inaccurate information, including information about peopl
|
|
38 |
|
39 |
EXAMPLES = [
|
40 |
[
|
41 |
-
"
|
42 |
],
|
43 |
-
["Comment le mouvement des Lumières a-t-il influencé la Révolution française ?"],
|
44 |
-
["Quale fu l'impatto del Rinascimento italiano sull'arte e la cultura europea?"],
|
45 |
[
|
46 |
-
"
|
47 |
],
|
|
|
48 |
[
|
49 |
-
"
|
50 |
],
|
51 |
[
|
52 |
-
"
|
53 |
],
|
54 |
[
|
55 |
-
"
|
56 |
],
|
57 |
-
[
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
59 |
[
|
60 |
"Create a Python function that takes a list of integers and returns the list sorted in ascending order without using the built-in sort or sorted functions."
|
61 |
],
|
|
|
38 |
|
39 |
EXAMPLES = [
|
40 |
[
|
41 |
+
"What is the significance of the Higgs boson in the Standard Model of particle physics?"
|
42 |
],
|
|
|
|
|
43 |
[
|
44 |
+
"Qu'est-ce que l'effet fondateur et comment influence-t-il la diversité génétique d'une population?"
|
45 |
],
|
46 |
+
["Qual è il principio di Le Chatelier e come si applica agli equilibri chimici?"],
|
47 |
[
|
48 |
+
"¿Qué es una supernova y cuál es su importancia en la formación de elementos pesados en el universo?"
|
49 |
],
|
50 |
[
|
51 |
+
"Qual é a definição formal de uma integral de linha e como é utilizada em física?"
|
52 |
],
|
53 |
[
|
54 |
+
"Was versteht man unter dem Moho-Diskontinuität und welche Bedeutung hat sie für das Verständnis der Erdkruste?"
|
55 |
],
|
56 |
+
[
|
57 |
+
"Hiện tượng nhà kính là gì và nó ảnh hưởng như thế nào đến biến đổi khí hậu toàn cầu?"
|
58 |
+
],
|
59 |
+
[
|
60 |
+
"알고리즘의 시간 복잡도가 중요한 이유는 무엇이며, 시간 복잡도를 어떻게 분석하나요?"
|
61 |
+
],
|
62 |
+
["什么是CRISPR-Cas9基因编辑技术,它在现代生物学研究中的作用是什么?"],
|
63 |
[
|
64 |
"Create a Python function that takes a list of integers and returns the list sorted in ascending order without using the built-in sort or sorted functions."
|
65 |
],
|