Imane Momayiz
commited on
Commit
·
d8ad733
1
Parent(s):
28c72ae
fix: ar encoding
Browse files- src/components.py +1 -2
src/components.py
CHANGED
@@ -47,9 +47,8 @@ def store_submission(
|
|
47 |
"eng": translation,
|
48 |
"darija_ar": sentence,
|
49 |
"timestamp": ts},
|
50 |
-
),
|
51 |
ensure_ascii=False
|
52 |
-
)
|
53 |
f.write("\n")
|
54 |
|
55 |
st.success(
|
|
|
47 |
"eng": translation,
|
48 |
"darija_ar": sentence,
|
49 |
"timestamp": ts},
|
|
|
50 |
ensure_ascii=False
|
51 |
+
))
|
52 |
f.write("\n")
|
53 |
|
54 |
st.success(
|