Spaces:
Running
Running
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
def extract_structure_store_message(user_id:str,message_id:str , attachment_id:str):
|
|
|
1 |
+
import os
|
2 |
+
import base64
|
3 |
+
from base64 import urlsafe_b64encode
|
4 |
+
import requests
|
5 |
+
from supabase_models import Supabase_Client
|
6 |
|
7 |
|
8 |
def extract_structure_store_message(user_id:str,message_id:str , attachment_id:str):
|