Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ embedding_model = SentenceTransformer('all-MiniLM-L6-v2')
|
|
| 17 |
#]
|
| 18 |
|
| 19 |
# Path to the folder containing your content files
|
| 20 |
-
content_folder = ""
|
| 21 |
|
| 22 |
# Read all text files in the folder
|
| 23 |
documents = []
|
|
|
|
| 17 |
#]
|
| 18 |
|
| 19 |
# Path to the folder containing your content files
|
| 20 |
+
content_folder = "ilango Profile"
|
| 21 |
|
| 22 |
# Read all text files in the folder
|
| 23 |
documents = []
|