Nguyen5 commited on
Commit
8f9d0de
·
1 Parent(s): 99100eb
Files changed (1) hide show
  1. build_hg_viewer.py +1 -1
build_hg_viewer.py CHANGED
@@ -13,7 +13,7 @@ if not SUPABASE_URL or not SUPABASE_SERVICE_ROLE:
13
 
14
  supabase = create_client(SUPABASE_URL, SUPABASE_SERVICE_ROLE)
15
 
16
- #from upload_weblink_to_supabase import extract_paragraphs
17
 
18
  # ======== HTML TEMPLATE ========
19
  VIEW_TEMPLATE = """
 
13
 
14
  supabase = create_client(SUPABASE_URL, SUPABASE_SERVICE_ROLE)
15
 
16
+ from upload_weblink_to_supabase import extract_paragraphs
17
 
18
  # ======== HTML TEMPLATE ========
19
  VIEW_TEMPLATE = """