Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
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",
|