Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -560,8 +560,5 @@ elif not bg_doc and canvas_result.image_data is not None:
|
|
560 |
|
561 |
|
562 |
|
563 |
-
|
564 |
-
# objects = pd.json_normalize(canvas_result.json_data["objects"]) # need to convert obj to str because PyArrow
|
565 |
-
# for col in objects.select_dtypes(include=['object']).columns:
|
566 |
-
# objects[col] = objects[col].astype("str")
|
567 |
|
|
|
560 |
|
561 |
|
562 |
|
563 |
+
|
|
|
|
|
|
|
564 |
|