Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
β’
c9cd475
1
Parent(s):
b531a3b
Add examples of same sentence in different languages
Browse files
app.py
CHANGED
@@ -192,6 +192,21 @@ examples = [
|
|
192 |
45,
|
193 |
7.5,
|
194 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
]
|
196 |
|
197 |
with block as demo:
|
|
|
192 |
45,
|
193 |
7.5,
|
194 |
],
|
195 |
+
[
|
196 |
+
"ΰ°ͺΰ°Έΰ°Ώΰ°ͺΰ°Ύΰ°ͺ ΰ°ͺΰ°Ύΰ°² ΰ°ΰ±ΰ°Έΰ° ΰ°ΰ°‘ΰ±ΰ°Έΰ±ΰ°€ΰ±ΰ°ΰ°¦ΰ°Ώ",
|
197 |
+
45,
|
198 |
+
7.5,
|
199 |
+
],
|
200 |
+
[
|
201 |
+
"ΰ°ͺΰ°Ύΰ°°ΰ°Ώΰ°Έΰ°Ώΰ°―ΰ°¨ΰ± ΰ°°ΰ±ΰ°Έΰ±ΰ°ΰ°Ύΰ°°ΰ±ΰ°ΰ°ΰ± ΰ°―ΰ±ΰ°ΰ±ΰ° ΰ°«ΰ±ΰ°ΰ±",
|
202 |
+
45,
|
203 |
+
7.5,
|
204 |
+
],
|
205 |
+
[
|
206 |
+
"Ψ΅ΩΨ±Ψ© ΩΩ
Ψ·ΨΉΩ
Ψ¨Ψ§Ψ±ΩΨ³Ω",
|
207 |
+
45,
|
208 |
+
7.5,
|
209 |
+
],
|
210 |
]
|
211 |
|
212 |
with block as demo:
|