Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from nltk.tokenize import sent_tokenize
|
|
5 |
# Load the email dataset
|
6 |
# emails = pd.read_csv("/content/drive/MyDrive/Clean/cleaned_data.csv")
|
7 |
|
8 |
-
client = chromadb.PersistentClient(path="./
|
9 |
|
10 |
# Create a ChromaDB client
|
11 |
client = chromadb.Client()
|
|
|
5 |
# Load the email dataset
|
6 |
# emails = pd.read_csv("/content/drive/MyDrive/Clean/cleaned_data.csv")
|
7 |
|
8 |
+
client = chromadb.PersistentClient(path="./")
|
9 |
|
10 |
# Create a ChromaDB client
|
11 |
client = chromadb.Client()
|