varl42 commited on
Commit
f8318a4
1 Parent(s): 3c4cefa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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