Spaces:
Sleeping
Sleeping
Update portfolio.py
Browse files- portfolio.py +1 -1
portfolio.py
CHANGED
|
@@ -4,7 +4,7 @@ import uuid
|
|
| 4 |
|
| 5 |
|
| 6 |
class Portfolio:
|
| 7 |
-
def __init__(self, file_path="
|
| 8 |
self.file_path = file_path
|
| 9 |
self.data = pd.read_csv(file_path)
|
| 10 |
self.chroma_client = chromadb.PersistentClient('vectorstore')
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
class Portfolio:
|
| 7 |
+
def __init__(self, file_path="coldemailgenerator/my_portfolio.csv"):
|
| 8 |
self.file_path = file_path
|
| 9 |
self.data = pd.read_csv(file_path)
|
| 10 |
self.chroma_client = chromadb.PersistentClient('vectorstore')
|