Omkar008 commited on
Commit
f111a58
·
verified ·
1 Parent(s): 5f84d16

Update extract_and_store_supabase.py

Browse files
Files changed (1) hide show
  1. extract_and_store_supabase.py +1 -0
extract_and_store_supabase.py CHANGED
@@ -58,6 +58,7 @@ async def extract_structure_store_message(filename:str,user_id:str):
58
  json=payload
59
  )
60
  response_json = response.json()
 
61
  allowed_entities = [
62
  "credit_card_last_four_digits",
63
  "currency",
 
58
  json=payload
59
  )
60
  response_json = response.json()
61
+ print(response_json)
62
  allowed_entities = [
63
  "credit_card_last_four_digits",
64
  "currency",