vpcom commited on
Commit
5735889
1 Parent(s): 0bc8d6a

info: print json_data

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1078,6 +1078,7 @@ def vote(data: gr.LikeData):
1078
  }, ensure_ascii=False
1079
  )
1080
  ]
 
1081
  jsonlfile.write("\n".join(json_data) + "\n")
1082
 
1083
 
 
1078
  }, ensure_ascii=False
1079
  )
1080
  ]
1081
+ print(f'we are writing this: {json_data}')
1082
  jsonlfile.write("\n".join(json_data) + "\n")
1083
 
1084