Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def load_document(file_path):
|
|
| 19 |
return file.read()
|
| 20 |
|
| 21 |
# Embed the document as part of system context
|
| 22 |
-
reference_document = load_document("https://
|
| 23 |
|
| 24 |
# Store conversation history
|
| 25 |
conversation_history = []
|
|
|
|
| 19 |
return file.read()
|
| 20 |
|
| 21 |
# Embed the document as part of system context
|
| 22 |
+
reference_document = load_document("https://babson-my.sharepoint.com/:t:/g/personal/bspigel_babson_edu/EcHIGQWUnSVLnc7_I1ucOhsBwlTiWpkY-pQPxTyKpWWZiQ?e=yHRyjE&download=1")
|
| 23 |
|
| 24 |
# Store conversation history
|
| 25 |
conversation_history = []
|