Adarsh-aot commited on
Commit
68cc6ea
·
verified ·
1 Parent(s): d22ff03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ from chromadb.utils import embedding_functions
23
 
24
 
25
 
26
- with open('./output.csv' , encoding="utf-8") as file:
27
  lines = csv.reader(file)
28
 
29
 
 
23
 
24
 
25
 
26
+ with open('./data.csv' , encoding="utf-8") as file:
27
  lines = csv.reader(file)
28
 
29