Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,15 +12,15 @@ import gradio as gr
|
|
12 |
import pandas as pd
|
13 |
|
14 |
# Translation of legends and titels
|
15 |
-
ANNOTATED = '
|
16 |
-
NUMBER_ANNOTATED = '
|
17 |
-
PENDING = '
|
18 |
|
19 |
-
NUMBER_ANNOTATORS = "
|
20 |
NAME = 'Username'
|
21 |
-
NUMBER_ANNOTATIONS = '
|
22 |
|
23 |
-
CATEGORY = '
|
24 |
|
25 |
|
26 |
|
|
|
12 |
import pandas as pd
|
13 |
|
14 |
# Translation of legends and titels
|
15 |
+
ANNOTATED = 'ΔΓ£ dα»ch'
|
16 |
+
NUMBER_ANNOTATED = 'Tα»ng sα» mαΊ«u ΔΓ£ dα»ch'
|
17 |
+
PENDING = 'Sα» mαΊ«u cΓ²n lαΊ‘i'
|
18 |
|
19 |
+
NUMBER_ANNOTATORS = "Sα» thΓ nh viΓͺn tham gia"
|
20 |
NAME = 'Username'
|
21 |
+
NUMBER_ANNOTATIONS = 'Tα»ng sα» mαΊ«u'
|
22 |
|
23 |
+
CATEGORY = 'Danh mα»₯c'
|
24 |
|
25 |
|
26 |
|