myshirk commited on
Commit
b183d7b
Β·
verified Β·
1 Parent(s): 5968656

add tabulator ext

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import boto3, torch
7
  import psycopg2
8
  from sentence_transformers import SentenceTransformer, util
9
 
10
- pn.extension()
11
 
12
  # ──────────────────────────────────────────────────────────────────────
13
  # 1) Database and Resource Loading
 
7
  import psycopg2
8
  from sentence_transformers import SentenceTransformer, util
9
 
10
+ pn.extension('tabulator')
11
 
12
  # ──────────────────────────────────────────────────────────────────────
13
  # 1) Database and Resource Loading