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