Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from chromadb.utils import embedding_functions
|
|
23 |
|
24 |
|
25 |
|
26 |
-
with open('./
|
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 |
|