warhawkmonk commited on
Commit
f33bc3c
·
verified ·
1 Parent(s): 323ca44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -560,8 +560,5 @@ elif not bg_doc and canvas_result.image_data is not None:
560
 
561
 
562
 
563
- # if canvas_result.json_data is not None:
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