Spaces:
Runtime error
Runtime error
Commit
·
27eb19b
1
Parent(s):
3af6dbb
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ API_URL = os.getenv("API_URL")
|
|
21 |
|
22 |
examples = [
|
23 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False]
|
24 |
-
['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64, "Sample", False
|
25 |
['استخراج العدد العاملي في لغة بايثون:', 32, "Greedy", False]
|
26 |
["Pour déguster un ortolan, il faut tout d'abord", 32, "Sample", False]
|
27 |
['Traduce español de España a español de Argentina\nEl coche es rojo - el auto es rojo\nEl ordenador es nuevo - la computadora es nueva\nel boligrafo es negro -', 32, "Sample", False]
|
|
|
21 |
|
22 |
examples = [
|
23 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False]
|
24 |
+
['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64, "Sample", False],
|
25 |
['استخراج العدد العاملي في لغة بايثون:', 32, "Greedy", False]
|
26 |
["Pour déguster un ortolan, il faut tout d'abord", 32, "Sample", False]
|
27 |
['Traduce español de España a español de Argentina\nEl coche es rojo - el auto es rojo\nEl ordenador es nuevo - la computadora es nueva\nel boligrafo es negro -', 32, "Sample", False]
|