Spaces:
Runtime error
Runtime error
Update text_annotatator.py
Browse files- text_annotatator.py +1 -1
text_annotatator.py
CHANGED
@@ -47,4 +47,4 @@ def get_editable_data():
|
|
47 |
{"text": "Animal"},
|
48 |
]
|
49 |
}
|
50 |
-
return
|
|
|
47 |
{"text": "Animal"},
|
48 |
]
|
49 |
}
|
50 |
+
return data2
|