Pclanglais commited on
Commit
82a9fe8
1 Parent(s): b234bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import json
8
  import os
9
  import shutil
10
  import requests
11
- import chromadb
12
  import pandas as pd
13
  from chromadb.config import Settings
14
  from chromadb.utils import embedding_functions
 
8
  import os
9
  import shutil
10
  import requests
11
+ import numpy as np
12
  import pandas as pd
13
  from chromadb.config import Settings
14
  from chromadb.utils import embedding_functions