Test Revert
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ def score_translation(src_text, mt_text):
|
|
12 |
|
13 |
examples = [
|
14 |
["The weather is beautiful today.", "วันนี้อากาศดีมาก"],
|
|
|
15 |
["This restaurant serves delicious food.", "ร้านอาหารนี้เสิร์ฟอาหารอร่อย"],
|
16 |
-
["
|
17 |
-
["Can you help me find the nearest train station?", "คุณช่วยฉันหาสถานีที่ใกล้ที่สุดได้ไหม"]
|
18 |
]
|
19 |
|
20 |
font_css = """
|
|
|
12 |
|
13 |
examples = [
|
14 |
["The weather is beautiful today.", "วันนี้อากาศดีมาก"],
|
15 |
+
["I need to go to the hospital.", "ฉันต้องไปโรงพยาบาล"],
|
16 |
["This restaurant serves delicious food.", "ร้านอาหารนี้เสิร์ฟอาหารอร่อย"],
|
17 |
+
["Can you help me find the nearest train station?", "คุณช่วยฉันหาสถานีรถไฟที่ใกล้ที่สุดได้ไหม"]
|
|
|
18 |
]
|
19 |
|
20 |
font_css = """
|